Skip to content

Commit c6ae19c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - 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 c6ae19c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ fail_fast: true
22
repos:
33

44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.20.0
5+
rev: v3.21.0
66
hooks:
77
- id: pyupgrade
88
args:
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)