Skip to content

Commit 19ba93e

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update pre-commit config
1 parent 118245d commit 19ba93e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ repos:
99
# args for cut and paste: interrogate -vv -i -I -M -C -n -p -f 60.0
1010

1111
- repo: https://github.com/pycqa/isort
12-
rev: 6.0.1
12+
rev: 7.0.0
1313
hooks:
1414
- id: isort
1515
stages: [pre-commit, pre-merge-commit]
1616
exclude: ^fuzz/generated/
1717

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 25.1.0
19+
rev: 25.11.0
2020
hooks:
2121
- id: black
2222
exclude: ^fuzz/generated/
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.20.0
25+
rev: v3.21.2
2626
hooks:
2727
- id: pyupgrade
2828
exclude: ^fuzz/generated/
@@ -35,7 +35,7 @@ repos:
3535
exclude: ^fuzz/generated/|bandit\.conf$
3636

3737
- repo: https://github.com/PyCQA/bandit
38-
rev: 1.8.6
38+
rev: 1.9.2
3939
hooks:
4040
- id: bandit
4141
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.19.0
5151
hooks:
5252
- id: mypy
5353
additional_dependencies:

dev-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
bandit; python_version <= "3.8"
2-
bandit==1.8.6; python_version > "3.8"
3-
black==25.1.0; python_version > "3.8"
2+
bandit==1.9.2; python_version > "3.8"
3+
black==25.11.0; python_version > "3.8"
44
black; python_version <= "3.8"
55
build
66
isort; python_version < "3.8"
7-
isort==6.0.1; python_version >= "3.8"
7+
isort==7.0.0; python_version >= "3.8"
88
pre-commit; python_version <= "3.8"
9-
pre-commit==4.3.0; python_version > "3.8"
9+
pre-commit==4.5.0; python_version > "3.8"
1010
codespell==v2.4.1
1111
flake8; python_version < "3.8"
1212
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.19.0
1717
playwright
1818
pytest>=7.2.0
1919
pytest-asyncio

0 commit comments

Comments
 (0)