File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pycqa/isort
3
- rev : 5.12.0
3
+ rev : 5.13.2
4
4
hooks :
5
5
- id : isort
6
6
exclude : ^fuzz/generated/
7
7
8
8
- repo : https://github.com/psf/black-pre-commit-mirror
9
- rev : 23.10 .1
9
+ rev : 23.12 .1
10
10
hooks :
11
11
- id : black
12
12
exclude : ^fuzz/generated/
25
25
exclude : ^fuzz/generated/
26
26
27
27
- repo : https://github.com/PyCQA/bandit
28
- rev : 1.7.5
28
+ rev : 1.7.6
29
29
hooks :
30
30
- id : bandit
31
31
exclude : ^fuzz/generated/
37
37
- id : gitlint
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v1.6.1
40
+ rev : v1.8.0
41
41
hooks :
42
42
- id : mypy
43
43
additional_dependencies :
Original file line number Diff line number Diff line change 1
- black==23.10 .1
1
+ black==23.12 .1
2
2
isort; python_version < "3.8"
3
- isort==5.12.0 ; python_version >= "3.8"
4
- pre-commit; python_version < "3.8"
5
- pre-commit==3.5 .0; python_version >= "3.8"
3
+ isort==5.13.2 ; python_version >= "3.8"
4
+ pre-commit; python_version <= "3.8"
5
+ pre-commit==3.6 .0; python_version > "3.8"
6
6
flake8; python_version < "3.8"
7
7
flake8==6.1.0; python_version >= "3.8"
8
- bandit==1.7.5
8
+ bandit==1.7.6
9
9
gitlint==v0.19.1
10
10
interrogate
11
- mypy==v1.6.1
11
+ mypy==v1.8.0
12
12
pytest>=7.2.0
13
13
pytest-xdist
14
14
pytest-cov
You can’t perform that action at this time.
0 commit comments