Skip to content

Commit 02b95a7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.0](pre-commit/mirrors-mypy@v1.17.1...v1.19.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 4c97eb4 commit 02b95a7

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
@@ -12,15 +12,15 @@ repos:
1212
# files: \.(py.j2|py)$
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.20.0
15+
rev: v3.21.2
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py38-plus
2020
- --keep-runtime-typing
2121

22-
- repo: https://github.com/psf/black
23-
rev: 25.1.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 25.12.0
2424
hooks:
2525
- id: black
2626
exclude: resources.py
@@ -38,7 +38,7 @@ repos:
3838
- id: validate-pyproject
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.17.1
41+
rev: v1.19.0
4242
hooks:
4343
- id: mypy
4444
verbose: true
@@ -68,7 +68,7 @@ repos:
6868
- --statistics
6969

7070
- repo: https://github.com/pre-commit/pre-commit-hooks
71-
rev: v5.0.0 # Use the ref you want to point at
71+
rev: v6.0.0 # Use the ref you want to point at
7272
hooks:
7373
- id: check-ast
7474
name: check python ast

0 commit comments

Comments
 (0)