We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e4bd6 commit adb329eCopy full SHA for adb329e
1 file changed
.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.5
+ rev: v0.12.7
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.17.0
+ rev: v1.17.1
32
33
- id: mypy
34
exclude: (setup.py|tests/.*.py|doc/.*)
0 commit comments