Skip to content

Commit da535aa

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: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.12.10](astral-sh/ruff-pre-commit@v0.7.4...v0.12.10)
1 parent dc8cdd1 commit da535aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: check-json
99
- repo: https://github.com/psf/black
10-
rev: 24.10.0
10+
rev: 25.1.0
1111
hooks: # With 119 line length
1212
- id: black
1313
args: [--line-length=119]
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.7.4
16+
rev: v0.12.10
1717
hooks:
1818
- id: ruff

0 commit comments

Comments
 (0)