We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eb877 commit 0e20e78Copy full SHA for 0e20e78
1 file changed
.pre-commit-config.yaml
@@ -26,19 +26,19 @@ repos:
26
- id: trailing-whitespace
27
28
- repo: https://github.com/asottile/pyupgrade
29
- rev: v3.3.1
+ rev: v3.9.0
30
hooks:
31
- id: pyupgrade
32
args: ["--py36-plus"]
33
34
- repo: https://github.com/myint/autoflake
35
- rev: v2.0.1
+ rev: v2.2.0
36
37
- id: autoflake
38
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
39
40
- repo: https://github.com/pycqa/flake8
41
- rev: 6.0.0
+ rev: 6.1.0
42
43
- id: flake8
44
@@ -51,6 +51,6 @@ repos:
51
args: ["--profile", "black"]
52
53
- repo: https://github.com/psf/black
54
- rev: 23.1.0
+ rev: 23.7.0
55
56
- id: black
0 commit comments