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 5056963 commit a35de05Copy full SHA for a35de05
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: no-commit-to-branch
23
# NOTE: Keep order as pyupgrade (will update code) then pycln (remove unused imports), then isort (sort them) and black (final formatting)
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.19.1
+ rev: v3.20.0
26
hooks:
27
- id: pyupgrade
28
args:
@@ -36,7 +36,7 @@ repos:
36
args: [--all, --expand-stars]
37
name: prune imports
38
- repo: https://github.com/PyCQA/isort
39
- rev: 6.0.0
+ rev: 6.0.1
40
41
- id: isort
42
args: ["--profile", "black"]
0 commit comments