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.
1 parent 7c97ecd commit c2e0adeCopy full SHA for c2e0ade
.pre-commit-config.yaml
@@ -4,7 +4,7 @@
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -38,18 +38,18 @@ repos:
38
- id: black
39
40
- repo: https://github.com/asottile/pyupgrade
41
- rev: v3.19.1
+ rev: v3.20.0
42
43
- id: pyupgrade
44
args: [--py38-plus]
45
46
- repo: https://github.com/pycqa/flake8
47
- rev: 7.2.0
+ rev: 7.3.0
48
49
- id: flake8
50
51
- repo: https://github.com/asottile/reorder-python-imports
52
- rev: v3.14.0
+ rev: v3.15.0
53
54
- id: reorder-python-imports
55
0 commit comments