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.
2 parents faaf8be + c871a5b commit f8efb2aCopy full SHA for f8efb2a
.pre-commit-config.yaml
@@ -28,14 +28,14 @@ repos:
28
- id: text-unicode-replacement-char
29
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: v2.38.2
+ rev: v3.1.0
32
hooks:
33
- id: pyupgrade
34
args: ["--py38-plus"]
35
exclude: "asdf/extern/.*"
36
37
- repo: https://github.com/PyCQA/autoflake
38
- rev: v1.6.1
+ rev: v1.7.3
39
40
- id: autoflake
41
@@ -45,7 +45,7 @@ repos:
45
- id: isort
46
47
- repo: https://github.com/psf/black
48
- rev: 22.8.0
+ rev: 22.10.0
49
50
- id: black
51
0 commit comments