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 e15b0da commit 7ffeca5Copy full SHA for 7ffeca5
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
pass_filenames: false
44
45
- repo: https://github.com/astral-sh/ruff-pre-commit
46
- rev: v0.4.3
+ rev: v0.7.4
47
hooks:
48
- id: ruff
49
types: [text]
test/requirements-dev.txt
@@ -3,4 +3,4 @@
3
-r requirements.txt
4
5
mypy==1.8.0
6
-ruff==0.4.3
+ruff==0.7.4
0 commit comments