Skip to content

Commit 3f4f85e

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 26.3.1](psf/black-pre-commit-mirror@23.10.1...26.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](asottile/reorder-python-imports@v3.12.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v4.0.0](asottile/add-trailing-comma@v3.1.0...v4.0.0)
1 parent 6991ff0 commit 3f4f85e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
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: v4.5.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-ast
88
- id: check-builtin-literals
99
- id: debug-statements
1010
- id: end-of-file-fixer
1111
- id: requirements-txt-fixer
1212
- id: trailing-whitespace
13-
- repo: https://github.com/psf/black
14-
rev: 23.10.1
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 26.3.1
1515
hooks:
1616
- id: black
1717
language_version: python3.13
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.15.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus, --keep-runtime-typing]
2323
- repo: https://github.com/asottile/reorder-python-imports
24-
rev: v3.12.0
24+
rev: v3.16.0
2525
hooks:
2626
- id: reorder-python-imports
2727
- repo: https://github.com/asottile/add-trailing-comma
28-
rev: v3.1.0
28+
rev: v4.0.0
2929
hooks:
3030
- id: add-trailing-comma
3131

0 commit comments

Comments
 (0)