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 5308e8d commit 46a559bCopy full SHA for 46a559b
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: "v0.13.3"
+ rev: "v0.14.0"
7
hooks:
8
- id: ruff
9
args: ["--fix"]
@@ -28,7 +28,7 @@ repos:
28
- id: debug-statements
29
language_version: python3
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: v3.20.0
+ rev: v3.21.0
32
33
- id: pyupgrade
34
args:
0 commit comments