File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ repos:
20
20
exclude : ^fuzz/generated/
21
21
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v3.15.2
23
+ rev : v3.16.0
24
24
hooks :
25
25
- id : pyupgrade
26
26
exclude : ^fuzz/generated/
27
27
args : ["--py38-plus"]
28
28
29
29
- repo : https://github.com/pycqa/flake8
30
- rev : 7.0 .0
30
+ rev : 7.1 .0
31
31
hooks :
32
32
- id : flake8
33
33
exclude : ^fuzz/generated/|bandit\.conf$
34
34
35
35
- repo : https://github.com/PyCQA/bandit
36
- rev : 1.7.8
36
+ rev : 1.7.9
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.10.0
48
+ rev : v1.10.1
49
49
hooks :
50
50
- id : mypy
51
51
additional_dependencies :
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ isort==5.13.2; python_version >= "3.8"
4
4
pre-commit; python_version <= "3.8"
5
5
pre-commit==3.7.1; python_version > "3.8"
6
6
flake8; python_version < "3.8"
7
- flake8==7.0 .0; python_version >= "3.8"
8
- bandit==1.7.8
7
+ flake8==7.1 .0; python_version >= "3.8"
8
+ bandit==1.7.9
9
9
gitlint==v0.19.1
10
10
interrogate
11
- mypy==v1.10.0
11
+ mypy==v1.10.1
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