Commit a95446f 1 parent c369e0f commit a95446f Copy full SHA for a95446f
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
# See https://pre-commit.com/hooks.html for info on hooks
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.4 .0
8
+ rev : v4.5 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-ast
@@ -20,29 +20,29 @@ repos:
20
20
- id : trailing-whitespace
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 23 .3.0
23
+ rev : 24 .3.0
24
24
hooks :
25
25
- id : black
26
26
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 3.9.2
28
+ rev : 7.0.0
29
29
hooks :
30
30
- id : flake8
31
31
args : [--max-line-length=88]
32
32
33
33
- repo : https://github.com/PyCQA/isort
34
- rev : 5.12.0
34
+ rev : 5.13.2
35
35
hooks :
36
36
- id : isort
37
37
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v3.3.1
39
+ rev : v3.15.2
40
40
hooks :
41
41
- id : pyupgrade
42
42
args : [--py38-plus]
43
43
44
44
- repo : https://github.com/hakancelikdev/unimport
45
- rev : 0.16.0
45
+ rev : 1.2.1
46
46
hooks :
47
47
- id : unimport
48
48
args : [--remove, --include-star-import]
You can’t perform that action at this time.
0 commit comments