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 0ee4694 commit 719f182Copy full SHA for 719f182
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
# Ruff version.
20
- rev: v0.11.10
+ rev: v0.13.0
21
hooks:
22
# Run the linter.
23
- id: ruff
requirements-dev.txt
@@ -1,3 +1,3 @@
1
-r requirements.txt
2
pre-commit ~= 4.2
3
-ruff ==0.11.10
+ruff ==0.13.0
0 commit comments