Skip to content

Commit f91dea4

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.11.13 → v0.14.6](astral-sh/ruff-pre-commit@v0.11.13...v0.14.6) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0)
1 parent 0a2d2e9 commit f91dea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: mixed-line-ending
99
args: ["--fix=lf"]
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.11.13
11+
rev: v0.14.6
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
15-
- repo: https://github.com/psf/black
16-
rev: 25.1.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.11.0
1717
hooks:
1818
- id: black

0 commit comments

Comments
 (0)