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 f889d69 commit 295d41fCopy full SHA for 295d41f
.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.12.8
+ rev: v0.14.0
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.12.8
+ruff==0.14.0
0 commit comments