File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ 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/
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 .0
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.3; python_version > "3.8"
3
- black==24.10 .0; 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"
@@ -13,7 +13,7 @@ flake8==7.2.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 .0
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