04057d07 |
repos:
- repo: https://github.com/ambv/black
|
d689017d |
rev: 23.10.0
|
04057d07 |
hooks:
- id: black
|
d689017d |
language_version: python3.11
|
04057d07 |
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: end-of-file-fixer
|
5cff9a3b |
exclude: '.bumpversion.cfg'
|
04057d07 |
- id: trailing-whitespace
|
5cff9a3b |
exclude: '.bumpversion.cfg'
|
d689017d |
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.1"
|
31c19748 |
hooks:
|
d689017d |
- id: ruff
args: ["--fix"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.6.1"
hooks:
- id: mypy
|