Skip to content

Commit 15c80d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.5...v0.14.13)
1 parent 2177983 commit 15c80d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-added-large-files
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.11.0
11+
rev: 26.1.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: 'v0.14.5'
15+
rev: 'v0.14.13'
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)