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 33d0e84 commit 76571acCopy full SHA for 76571ac
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/charliermarsh/ruff-pre-commit
13
- rev: "v0.0.270"
+ rev: "v0.0.272"
14
hooks:
15
- id: ruff
16
@@ -23,7 +23,7 @@ repos:
23
exclude: tests/testdata|setup.py
24
types: [python]
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.4.0
+ rev: v3.6.0
27
28
- id: pyupgrade
29
0 commit comments