File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,26 @@ repos:
16
16
exclude : ^fuzz/generated/
17
17
18
18
- repo : https://github.com/psf/black-pre-commit-mirror
19
- rev : 24.10 .0
19
+ rev : 25.1 .0
20
20
hooks :
21
21
- id : black
22
22
exclude : ^fuzz/generated/
23
23
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.19.1
25
+ rev : v3.20.0
26
26
hooks :
27
27
- id : pyupgrade
28
28
exclude : ^fuzz/generated/
29
29
args : ["--py38-plus"]
30
30
31
31
- repo : https://github.com/pycqa/flake8
32
- rev : 7.2 .0
32
+ rev : 7.3 .0
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.3
38
+ rev : 1.8.5
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.15.0
50
+ rev : v1.16.1
51
51
hooks :
52
52
- id : mypy
53
53
additional_dependencies :
Original file line number Diff line number Diff line change 1
1
bandit; python_version <= "3.8"
2
- bandit==1.8.3 ; python_version > "3.8"
3
- black==24.10 .0; python_version > "3.8"
2
+ bandit==1.8.5 ; python_version > "3.8"
3
+ black==25.1 .0; python_version > "3.8"
4
4
black; python_version <= "3.8"
5
5
build
6
6
isort; python_version < "3.8"
@@ -9,11 +9,11 @@ pre-commit; python_version <= "3.8"
9
9
pre-commit==4.2.0; python_version > "3.8"
10
10
codespell==v2.4.1
11
11
flake8; python_version < "3.8"
12
- flake8==7.2 .0; python_version >= "3.8"
12
+ flake8==7.3 .0; python_version >= "3.8"
13
13
gitlint==v0.19.1
14
14
interrogate
15
15
jsonschema
16
- mypy==v1.15.0
16
+ mypy==v1.16.1
17
17
playwright
18
18
pytest>=7.2.0
19
19
pytest-asyncio
You can’t perform that action at this time.
0 commit comments