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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.0.1
3
+ rev : v4.3.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
@@ -11,16 +11,16 @@ 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.2.2
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 : 22.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 : v1.12.1
24
24
hooks :
25
25
- id : blacken-docs
26
26
additional_dependencies :
31
31
- id : isort
32
32
args : ["--profile", "black"]
33
33
- repo : https://github.com/PyCQA/flake8
34
- rev : 4 .0.1
34
+ rev : 5 .0.4
35
35
hooks :
36
36
- id : flake8
37
37
additional_dependencies :
You can’t perform that action at this time.
0 commit comments