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 4a5f5ef commit 9371982Copy full SHA for 9371982
.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.6.9"
+ rev: "v0.7.0"
14
hooks:
15
- id: ruff
16
args: ["--fix"]
@@ -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.11.2
+ rev: v1.12.1
57
58
- id: mypy
59
language: python
0 commit comments