We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89420af commit 6fd9fe5Copy full SHA for 6fd9fe5
.pre-commit-config.yaml
@@ -21,15 +21,15 @@ repos:
21
- id: autoflake
22
args: ["--in-place", "--remove-all-unused-imports"]
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.8.0
+ rev: 5.9.3
25
hooks:
26
- id: isort
27
- repo: https://github.com/psf/black
28
- rev: 21.5b2
+ rev: 21.9b0
29
30
- id: black
31
- repo: https://github.com/asottile/pyupgrade
32
- rev: v2.19.0
+ rev: v2.29.0
33
34
- id: pyupgrade
35
args: [--py37-plus]
0 commit comments