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 8284032 commit 3483205Copy full SHA for 3483205
.pre-commit-config.yaml
@@ -3,13 +3,13 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.19.1
+ rev: v3.20.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py310-plus"]
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.11.2
+ rev: v0.11.13
13
14
- id: ruff
15
args: [--fix, --exit-non-zero-on-fix]
0 commit comments