File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,30 +2,30 @@ default_language_version:
2
2
python : python3.10
3
3
repos :
4
4
- repo : https://github.com/asottile/reorder-python-imports
5
- rev : v3.10 .0
5
+ rev : v3.14 .0
6
6
hooks :
7
7
- id : reorder-python-imports
8
8
args : [--py37-plus]
9
9
- repo : https://github.com/asottile/pyupgrade
10
- rev : v3.7.0
10
+ rev : v3.19.1
11
11
hooks :
12
12
- id : pyupgrade
13
13
args : [--py37-plus]
14
14
15
15
- repo : https://github.com/psf/black
16
- rev : 23.3 .0
16
+ rev : 24.10 .0
17
17
hooks :
18
18
- id : black
19
19
20
20
- repo : https://github.com/pre-commit/pre-commit-hooks
21
- rev : v4.4 .0
21
+ rev : v5.0 .0
22
22
hooks :
23
23
- id : trailing-whitespace
24
24
- id : end-of-file-fixer
25
25
# - id: check-yaml
26
26
- id : debug-statements
27
27
- repo : https://github.com/pycqa/flake8
28
- rev : ' 6.0.0 '
28
+ rev : ' 7.1.1 '
29
29
hooks :
30
30
- id : flake8
31
31
exclude : tests
You can’t perform that action at this time.
0 commit comments