We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afabeb commit 1e3ac10Copy full SHA for 1e3ac10
1 file changed
.pre-commit-config.yaml
@@ -14,14 +14,14 @@
14
repos:
15
# Autoupdate: Python code
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.20.0
+ rev: v3.21.0
18
hooks:
19
- id: pyupgrade
20
args: [--py39-plus]
21
22
# Automatically sort python imports
23
- repo: https://github.com/pycqa/isort
24
- rev: 6.0.1
+ rev: 7.0.0
25
26
- id: isort
27
args: [--profile, black]
0 commit comments