File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
exclude : ^fuzz/generated/
17
17
18
18
- repo : https://github.com/psf/black-pre-commit-mirror
19
- rev : 25.1 .0
19
+ rev : 25.9 .0
20
20
hooks :
21
21
- id : black
22
22
exclude : ^fuzz/generated/
47
47
- id : gitlint
48
48
49
49
- repo : https://github.com/pre-commit/mirrors-mypy
50
- rev : v1.17.1
50
+ rev : v1.18.2
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
2
bandit==1.8.6; python_version > "3.8"
3
- black==25.1 .0; python_version > "3.8"
3
+ black==25.9 .0; python_version > "3.8"
4
4
black; python_version <= "3.8"
5
5
build
6
6
isort; python_version < "3.8"
@@ -13,7 +13,7 @@ flake8==7.3.0; python_version >= "3.8"
13
13
gitlint==v0.19.1
14
14
interrogate
15
15
jsonschema
16
- mypy==v1.17.1
16
+ mypy==v1.18.2
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