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 @@ -12,15 +12,15 @@ repos:
12
12
- id : check-yaml
13
13
- id : requirements-txt-fixer
14
14
- repo : https://github.com/pre-commit/mirrors-prettier
15
- rev : v4.0.0-alpha.4
15
+ rev : v4.0.0-alpha.8
16
16
hooks :
17
17
- id : prettier
18
18
- repo : https://github.com/asottile/setup-cfg-fmt
19
19
rev : v2.5.0
20
20
hooks :
21
21
- id : setup-cfg-fmt
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v3.15.0
23
+ rev : v3.15.2
24
24
hooks :
25
25
- id : pyupgrade
26
26
args : [--py37-plus]
@@ -34,21 +34,21 @@ repos:
34
34
# # - isort
35
35
# # === ##
36
36
- repo : https://github.com/PyCQA/isort
37
- rev : 5.13.0
37
+ rev : 5.13.2
38
38
hooks :
39
39
- id : isort
40
40
- repo : https://github.com/psf/black
41
- rev : 23.11 .0
41
+ rev : 24.3 .0
42
42
hooks :
43
43
- id : black # black-jupyter
44
44
# # >>> black and isort ##
45
45
- repo : https://github.com/PyCQA/bandit
46
- rev : 1.7.6
46
+ rev : 1.7.8
47
47
hooks :
48
48
- id : bandit
49
49
args : [--recursive, --quiet]
50
50
- repo : https://github.com/PyCQA/flake8
51
- rev : 6.1 .0
51
+ rev : 7.0 .0
52
52
hooks :
53
53
- id : flake8 # E***, W***, F***
54
54
additional_dependencies :
You can’t perform that action at this time.
0 commit comments