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 7dad157 + cb35162 commit 6f60f0aCopy full SHA for 6f60f0a
.pre-commit-config.yaml
@@ -38,18 +38,18 @@ repos:
38
- id: black
39
40
- repo: https://github.com/asottile/pyupgrade
41
- rev: v3.15.2
+ rev: v3.16.0
42
hooks:
43
- id: pyupgrade
44
args: [--py38-plus]
45
46
- repo: https://github.com/pycqa/flake8
47
- rev: 7.0.0
+ rev: 7.1.0
48
49
- id: flake8
50
51
- repo: https://github.com/asottile/reorder-python-imports
52
- rev: v3.12.0
+ rev: v3.13.0
53
54
- id: reorder-python-imports
55
0 commit comments