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 c185df6 commit 3b82956Copy full SHA for 3b82956
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.5.5"
+ rev: "v0.5.6"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -21,7 +21,7 @@ repos:
21
22
- id: python-use-type-annotations
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.11.0
+ rev: v1.11.1
25
26
- id: mypy
27
files: ^(src/|testing/|scripts/)
@@ -38,7 +38,7 @@ repos:
38
# on <3.11
39
- exceptiongroup>=1.0.0rc8
40
- repo: https://github.com/tox-dev/pyproject-fmt
41
- rev: "2.1.4"
+ rev: "2.2.1"
42
43
- id: pyproject-fmt
44
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments