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 55306db commit c7a1212Copy full SHA for c7a1212
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: pyupgrade
14
args: [--py311-plus]
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.14.7
+ rev: v0.14.8
17
hooks:
18
- id: ruff
19
args: [--fix]
requirements/test.txt
@@ -1,5 +1,5 @@
1
pylint==4.0.4
2
-ruff==0.14.7
+ruff==0.14.8
3
flake8==7.3.0
4
isort==7.0.0
5
mypy==1.19.0
0 commit comments