Skip to content

Commit 296ebf5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.0](pre-commit/mirrors-mypy@v1.16.0...v1.17.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 8c78611 commit 296ebf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- --py38-plus
1010
- --keep-runtime-typing
1111

12-
- repo: https://github.com/ambv/black
12+
- repo: https://github.com/psf/black
1313
rev: 25.1.0
1414
hooks:
1515
- id: black
@@ -27,7 +27,7 @@ repos:
2727
# - id: validate-pyproject
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.16.0
30+
rev: v1.17.0
3131
hooks:
3232
- id: mypy
3333
verbose: true
@@ -36,7 +36,7 @@ repos:
3636
#args: [ --strict ]
3737

3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.2.0 # pick a git hash / tag to point to
39+
rev: 7.3.0 # pick a git hash / tag to point to
4040
hooks:
4141
- id: flake8 # stop the build if there are Python syntax errors or undefined names
4242
additional_dependencies: [ flake8-docstrings ]

0 commit comments

Comments
 (0)