File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4 .0.1
3
+ rev : v5 .0.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
@@ -11,27 +11,27 @@ repos:
11
11
- id : end-of-file-fixer
12
12
- id : trailing-whitespace
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v2.29 .0
14
+ rev : v3.18 .0
15
15
hooks :
16
16
- id : pyupgrade
17
17
args : [--py36-plus]
18
18
- repo : https://github.com/psf/black
19
- rev : 21.10b0
19
+ rev : 24.10.0
20
20
hooks :
21
21
- id : black
22
22
- repo : https://github.com/asottile/blacken-docs
23
- rev : v1.11 .0
23
+ rev : 1.19 .0
24
24
hooks :
25
25
- id : blacken-docs
26
26
additional_dependencies :
27
27
- black==21.9b0
28
28
- repo : https://github.com/pycqa/isort
29
- rev : 5.10.1
29
+ rev : 5.13.2
30
30
hooks :
31
31
- id : isort
32
32
args : ["--profile", "black"]
33
33
- repo : https://github.com/PyCQA/flake8
34
- rev : 4.0 .1
34
+ rev : 7.1 .1
35
35
hooks :
36
36
- id : flake8
37
37
additional_dependencies :
You can’t perform that action at this time.
0 commit comments