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.
pre-commit
1 parent 6cbe682 commit 7462d46Copy full SHA for 7462d46
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.18.0
+ rev: v3.19.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py310-plus"]
@@ -15,7 +15,7 @@ repos:
15
args: ["--target-version", "4.0"]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.6.9
+ rev: v0.7.0
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
0 commit comments