Skip to content

Commit d5d1217

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.3.0 → 26.1.0](psf/black-pre-commit-mirror@23.3.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.14.13](astral-sh/ruff-pre-commit@v0.0.277...v0.14.13) - [github.com/asottile/pyupgrade: v3.9.0 → v3.21.2](asottile/pyupgrade@v3.9.0...v3.21.2)
1 parent f937126 commit d5d1217

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
@@ -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: v4.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,16 +11,16 @@ repos:
1111
- id: check-added-large-files
1212
- id: requirements-txt-fixer
1313
- id: check-vcs-permalinks
14-
- repo: https://github.com/psf/black
15-
rev: 23.3.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/astral-sh/ruff-pre-commit
19-
rev: v0.0.277
19+
rev: v0.14.13
2020
hooks:
2121
- id: ruff
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.9.0
23+
rev: v3.21.2
2424
hooks:
2525
- id: pyupgrade
2626
args: ["--py38-plus"]

0 commit comments

Comments
 (0)