Skip to content

Commit d582eb7

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.11.0](psf/black-pre-commit-mirror@24.10.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.14.5](astral-sh/ruff-pre-commit@v0.7.4...v0.14.5)
1 parent b225509 commit d582eb7

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,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
9-
- repo: https://github.com/psf/black
10-
rev: 24.10.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 25.11.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.14.5
1717
hooks:
1818
- id: ruff

0 commit comments

Comments
 (0)