We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c561f0 commit ff98b0bCopy full SHA for ff98b0b
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: sort-simple-yaml
29
- id: trailing-whitespace
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.9.6
+ rev: v0.11.0
32
hooks:
33
- id: ruff
34
args: [--fix, --exit-non-zero-on-fix]
@@ -37,7 +37,7 @@ repos:
37
38
- id: black
39
- repo: https://github.com/pycqa/isort
40
- rev: 6.0.0
+ rev: 6.0.1
41
42
- id: isort
43
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -47,7 +47,7 @@ repos:
47
args: ["--config-file", "pyproject.toml", "--ignore-missing-imports"]
48
#args: [--strict, --ignore-missing-imports]
49
- repo: https://github.com/sourcery-ai/sourcery
50
- rev: v1.34.0
+ rev: v1.35.0
51
52
- id: sourcery
53
# The best way to use Sourcery in a pre-commit hook:
0 commit comments