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 f430219 commit a89f804Copy full SHA for a89f804
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.12.3
+ rev: v0.12.4
6
hooks:
7
- id: ruff
8
args: ["--fix"]
@@ -28,7 +28,7 @@ repos:
28
args: [--autofix]
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.16.1
+ rev: v1.17.0
32
33
- id: mypy
34
exclude: (setup.py|tests/.*.py|doc/.*)
0 commit comments