File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 9
9
# args for cut and paste: interrogate -vv -i -I -M -C -n -p -f 60.0
10
10
11
11
- repo : https://github.com/pycqa/isort
12
- rev : 5.13.2
12
+ rev : 6.0.1
13
13
hooks :
14
14
- id : isort
15
15
stages : [pre-commit, pre-merge-commit]
@@ -29,13 +29,13 @@ repos:
29
29
args : ["--py38-plus"]
30
30
31
31
- repo : https://github.com/pycqa/flake8
32
- rev : 7.1.1
32
+ rev : 7.1.2
33
33
hooks :
34
34
- id : flake8
35
35
exclude : ^fuzz/generated/|bandit\.conf$
36
36
37
37
- repo : https://github.com/PyCQA/bandit
38
- rev : 1.8.0
38
+ rev : 1.8.3
39
39
hooks :
40
40
- id : bandit
41
41
exclude : ^fuzz/generated/
47
47
- id : gitlint
48
48
49
49
- repo : https://github.com/pre-commit/mirrors-mypy
50
- rev : v1.14.1
50
+ rev : v1.15.0
51
51
hooks :
52
52
- id : mypy
53
53
additional_dependencies :
82
82
)$
83
83
84
84
- repo : https://github.com/codespell-project/codespell
85
- rev : v1.16.0
85
+ rev : v2.4.1
86
86
hooks :
87
87
- id : codespell
88
88
name : codespell
Original file line number Diff line number Diff line change 1
1
black==24.10.0; python_version > "3.8"
2
- black==24.8.0 ; python_version <= "3.8"
2
+ black; python_version <= "3.8"
3
3
isort; python_version < "3.8"
4
- isort==5.13.2 ; python_version >= "3.8"
4
+ isort==6.0.1 ; python_version >= "3.8"
5
5
pre-commit; python_version <= "3.8"
6
6
pre-commit==4.1.0; python_version > "3.8"
7
- codespell==1.16.0
7
+ codespell==v2.4.1
8
8
flake8; python_version < "3.8"
9
- flake8==7.1.1 ; python_version >= "3.8"
10
- bandit==1.7.10 ; python_version <= "3.8"
11
- bandit==1.8.0 ; python_version > "3.8"
9
+ flake8==7.1.2 ; python_version >= "3.8"
10
+ bandit; python_version <= "3.8"
11
+ bandit==1.8.3 ; python_version > "3.8"
12
12
gitlint==v0.19.1
13
13
interrogate
14
- mypy==v1.14.1
14
+ mypy==v1.15.0
15
15
pytest>=7.2.0
16
16
pytest-xdist
17
17
pytest-cov
You can’t perform that action at this time.
0 commit comments