File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ exclude: tests/etc/user-*
3
3
4
4
repos :
5
5
- repo : https://github.com/PyCQA/bandit
6
- rev : 1.7.8
6
+ rev : 1.7.9
7
7
hooks :
8
8
- id : bandit
9
9
args :
10
10
- " -x *test*.py"
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 24.2 .0
13
+ rev : 24.8 .0
14
14
hooks :
15
15
- id : black
16
16
language_version : python3.12
17
17
18
18
- repo : https://github.com/pycqa/flake8
19
- rev : 7.0.0
19
+ rev : 7.1.1
20
20
hooks :
21
21
- id : flake8
22
22
args :
28
28
- id : isort
29
29
30
30
- repo : https://github.com/pre-commit/pre-commit-hooks
31
- rev : v4.5 .0
31
+ rev : v4.6 .0
32
32
hooks :
33
33
- id : requirements-txt-fixer
34
34
files : requirements/.*\.txt$
42
42
- id : detect-private-key
43
43
44
44
- repo : https://github.com/adrienverge/yamllint
45
- rev : v1.34.0
45
+ rev : v1.35.1
46
46
hooks :
47
47
- id : yamllint
48
48
args :
You can’t perform that action at this time.
0 commit comments