Skip to content

Commit 7c1a245

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.2](pre-commit/mirrors-mypy@v1.16.0...v1.18.2) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 8c78611 commit 7c1a245

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

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

12-
- repo: https://github.com/ambv/black
13-
rev: 25.1.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616
language_version: python3.10
@@ -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.18.2
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 ]
@@ -84,7 +84,7 @@ repos:
8484
# ]
8585

8686
- repo: https://github.com/pre-commit/pre-commit-hooks
87-
rev: v5.0.0 # Use the ref you want to point at
87+
rev: v6.0.0 # Use the ref you want to point at
8888
hooks:
8989
- id: check-ast
9090
name: check python ast

0 commit comments

Comments
 (0)