File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/PyCQA/bandit
4
- rev : 1.7.5
4
+ rev : 1.7.6
5
5
hooks :
6
6
- id : bandit
7
7
args :
8
8
- " -x *test*.py"
9
9
10
10
- repo : https://github.com/psf/black
11
- rev : 23.9.1
11
+ rev : 23.12.0
12
12
hooks :
13
13
- id : black
14
14
language_version : python3.8
@@ -21,12 +21,12 @@ repos:
21
21
- " --config=tox.ini"
22
22
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.12.0
24
+ rev : 5.13.2
25
25
hooks :
26
26
- id : isort
27
27
28
28
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v4.4 .0
29
+ rev : v4.5 .0
30
30
hooks :
31
31
- id : requirements-txt-fixer
32
32
files : requirements/.*\.txt$
@@ -40,14 +40,14 @@ repos:
40
40
- id : detect-private-key
41
41
42
42
- repo : https://github.com/adrienverge/yamllint
43
- rev : v1.32 .0
43
+ rev : v1.33 .0
44
44
hooks :
45
45
- id : yamllint
46
46
args :
47
47
- " --strict"
48
48
49
49
- repo : https://github.com/asottile/pyupgrade
50
- rev : v3.13 .0
50
+ rev : v3.15 .0
51
51
hooks :
52
52
- id : pyupgrade
53
53
args : [--py38-plus]
Original file line number Diff line number Diff line change 1
- black==23.9.1
1
+ black==23.12.0
2
2
flake8==6.1.0
3
3
isort==5.12.0
You can’t perform that action at this time.
0 commit comments