Skip to content

Commit fd1a3ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](asottile/reorder-python-imports@v3.12.0...v3.16.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 25.9.0](psf/black-pre-commit-mirror@23.10.1...25.9.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.0](asottile/pyupgrade@v3.15.0...v3.21.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.18.2](pre-commit/mirrors-mypy@v1.6.1...v1.18.2) - [github.com/pycqa/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0)
1 parent f95e527 commit fd1a3ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
exclude: ^(tests/.*)
99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.12.0
10+
rev: v3.16.0
1111
hooks:
1212
- id: reorder-python-imports
1313

14-
- repo: https://github.com/psf/black
15-
rev: '23.10.1'
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: '25.9.0'
1616
hooks:
1717
- id: black
1818
args:
@@ -21,13 +21,13 @@ repos:
2121
- "120"
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.21.0
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py38-plus"]
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v1.6.1'
30+
rev: 'v1.18.2'
3131
hooks:
3232
- id: mypy
3333
args:
@@ -39,7 +39,7 @@ repos:
3939
- types-regex
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: '6.1.0' # pick a git hash / tag to point to
42+
rev: '7.3.0' # pick a git hash / tag to point to
4343
hooks:
4444
- id: flake8
4545
args:

0 commit comments

Comments
 (0)