Skip to content

Commit ead37d7

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) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.14.11](astral-sh/ruff-pre-commit@v0.9.3...v0.14.11) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0)
1 parent a85df2d commit ead37d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: vulture
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.9.3'
22+
rev: 'v0.14.11'
2323
hooks:
2424
- id: ruff
25-
- repo: https://github.com/psf/black
26-
rev: 24.10.0
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.12.0
2727
hooks:
2828
- id: black
2929
language_version: python3

0 commit comments

Comments
 (0)