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 26215b8 commit d472b03Copy full SHA for d472b03
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.6.9"
+ rev: "v0.7.0"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -28,7 +28,7 @@ repos:
28
29
- id: python-use-type-annotations
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.11.2
+ rev: v1.12.1
32
33
- id: mypy
34
files: ^(src/|testing/|scripts/)
@@ -44,7 +44,7 @@ repos:
44
# on <3.11
45
- exceptiongroup>=1.0.0rc8
46
- repo: https://github.com/tox-dev/pyproject-fmt
47
- rev: "2.3.1"
+ rev: "2.4.3"
48
49
- id: pyproject-fmt
50
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments