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 c15d6b2 commit d757e55Copy full SHA for d757e55
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.7.0"
+ rev: "v0.7.2"
14
hooks:
15
- id: ruff
16
args: ["--fix"]
@@ -22,7 +22,7 @@ repos:
22
exclude: tests/testdata|setup.py
23
types: [python]
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.18.0
+ rev: v3.19.0
26
27
- id: pyupgrade
28
@@ -53,7 +53,7 @@ repos:
53
# "--load-plugins=pylint.extensions.docparams", We're not ready for that
54
]
55
- repo: https://github.com/pre-commit/mirrors-mypy
56
- rev: v1.12.1
+ rev: v1.13.0
57
58
- id: mypy
59
language: python
0 commit comments