Skip to content

Commit 0a756f6

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.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.9.7...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent d46da88 commit 0a756f6

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
@@ -3,21 +3,21 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: mixed-line-ending
1111
args: [--fix=lf]
1212
- id: debug-statements
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.9.7"
14+
rev: "v0.13.3"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
1818
exclude: "tests/input/"
19-
- repo: https://github.com/psf/black
20-
rev: 25.1.0
19+
- repo: https://github.com/psf/black-pre-commit-mirror
20+
rev: 25.9.0
2121
hooks:
2222
- id: black
2323
args: [--safe, --line-length=120]

0 commit comments

Comments
 (0)