Skip to content

Commit 27c086a

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update pre-commit config
1 parent c2cbfb9 commit 27c086a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
exclude: ^fuzz/generated/
1717

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 25.1.0
19+
rev: 25.9.0
2020
hooks:
2121
- id: black
2222
exclude: ^fuzz/generated/
@@ -47,7 +47,7 @@ repos:
4747
- id: gitlint
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.17.1
50+
rev: v1.18.2
5151
hooks:
5252
- id: mypy
5353
additional_dependencies:

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bandit; python_version <= "3.8"
22
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"
44
black; python_version <= "3.8"
55
build
66
isort; python_version < "3.8"
@@ -13,7 +13,7 @@ flake8==7.3.0; python_version >= "3.8"
1313
gitlint==v0.19.1
1414
interrogate
1515
jsonschema
16-
mypy==v1.17.1
16+
mypy==v1.18.2
1717
playwright
1818
pytest>=7.2.0
1919
pytest-asyncio

0 commit comments

Comments
 (0)