Skip to content

Commit 6d4b6ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 26.3.0](psf/black-pre-commit-mirror@23.1.0...26.3.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.21.2](asottile/pyupgrade@v3.3.1...v3.21.2) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.16.0](asottile/reorder-python-imports@v3.9.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v2.4.0 → v4.0.0](asottile/add-trailing-comma@v2.4.0...v4.0.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.20.0](adamchainz/blacken-docs@1.13.0...1.20.0)
1 parent 7e60f6b commit 6d4b6ef

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -9,26 +9,26 @@ repos:
99
- id: end-of-file-fixer
1010
- id: requirements-txt-fixer
1111
- id: trailing-whitespace
12-
- repo: https://github.com/psf/black
13-
rev: 23.1.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 26.3.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.3.1
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus, --keep-runtime-typing]
21-
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v3.9.0
21+
- repo: https://github.com/asottile/reorder-python-imports
22+
rev: v3.16.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2626
- repo: https://github.com/asottile/add-trailing-comma
27-
rev: v2.4.0
27+
rev: v4.0.0
2828
hooks:
2929
- id: add-trailing-comma
3030
- repo: https://github.com/asottile/blacken-docs
31-
rev: 1.13.0
31+
rev: 1.20.0
3232
hooks:
3333
- id: blacken-docs
3434
additional_dependencies: [black==22.1.0]

0 commit comments

Comments
 (0)