Skip to content

Commit 503e5e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 827c5e0 commit 503e5e2

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-ast
88
- id: check-builtin-literals
@@ -11,26 +11,26 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: requirements-txt-fixer
1313
- id: trailing-whitespace
14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 26.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py311-plus, --keep-runtime-typing]
2323
- repo: https://github.com/asottile/reorder-python-imports
24-
rev: v3.15.0
24+
rev: v3.16.0
2525
hooks:
2626
- id: reorder-python-imports
2727
args: [--py311-plus, --add-import, 'from __future__ import annotations']
2828
- repo: https://github.com/asottile/add-trailing-comma
29-
rev: v3.2.0
29+
rev: v4.0.0
3030
hooks:
3131
- id: add-trailing-comma
3232
- repo: https://github.com/asottile/blacken-docs
33-
rev: 1.19.1
33+
rev: 1.20.0
3434
hooks:
3535
- id: blacken-docs
3636

0 commit comments

Comments
 (0)