Skip to content

Commit dc5ce59

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/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3)
1 parent 911c566 commit dc5ce59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/psf/black-pre-commit-mirror
13-
rev: 25.1.0
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.7
17+
rev: v0.13.3
1818
hooks:
1919
- id: ruff
2020
args: ["--fix"]

0 commit comments

Comments
 (0)