File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
exclude : ^fuzz/generated/
21
21
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v3.15.1
23
+ rev : v3.15.2
24
24
hooks :
25
25
- id : pyupgrade
26
26
exclude : ^fuzz/generated/
33
33
exclude : ^fuzz/generated/|bandit\.conf$
34
34
35
35
- repo : https://github.com/PyCQA/bandit
36
- rev : 1.7.7
36
+ rev : 1.7.8
37
37
hooks :
38
38
- id : bandit
39
39
exclude : ^fuzz/generated/
45
45
- id : gitlint
46
46
47
47
- repo : https://github.com/pre-commit/mirrors-mypy
48
- rev : v1.8 .0
48
+ rev : v1.9 .0
49
49
hooks :
50
50
- id : mypy
51
51
additional_dependencies :
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ black==24.3.0
2
2
isort; python_version < "3.8"
3
3
isort==5.13.2; python_version >= "3.8"
4
4
pre-commit; python_version <= "3.8"
5
- pre-commit==3.6.2 ; python_version > "3.8"
5
+ pre-commit==3.7.0 ; python_version > "3.8"
6
6
flake8; python_version < "3.8"
7
7
flake8==7.0.0; python_version >= "3.8"
8
- bandit==1.7.7
8
+ bandit==1.7.8
9
9
gitlint==v0.19.1
10
10
interrogate
11
- mypy==v1.8 .0
11
+ mypy==v1.9 .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