Skip to content

Commit aa61250

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 → 26.5.1](psf/black-pre-commit-mirror@24.10.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.15.15](astral-sh/ruff-pre-commit@v0.7.4...v0.15.15)
1 parent acc04d1 commit aa61250

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: 26.5.1
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.15.15
1717
hooks:
1818
- id: ruff

0 commit comments

Comments
 (0)