Skip to content

Commit 32466e9

Browse files
fix(pre_commit): ⬆ 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) - [github.com/asottile/pyupgrade: v3.10.1 → v3.21.2](asottile/pyupgrade@v3.10.1...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.14.10](astral-sh/ruff-pre-commit@v0.0.282...v0.14.10) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.12.0](psf/black-pre-commit-mirror@23.7.0...25.12.0)
1 parent 3834fb0 commit 32466e9

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
@@ -5,7 +5,7 @@ default_language_version:
55
python: python3.8
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-toml
@@ -15,20 +15,20 @@ repos:
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.10.1
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- --py3-plus
2323
- --keep-runtime-typing
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.0.282
25+
rev: v0.14.10
2626
hooks:
2727
- id: ruff
2828
args:
2929
- --fix
30-
- repo: https://github.com/psf/black
31-
rev: 23.7.0
30+
- repo: https://github.com/psf/black-pre-commit-mirror
31+
rev: 25.12.0
3232
hooks:
3333
- id: black
3434
ci:

0 commit comments

Comments
 (0)