Skip to content

Commit d553f3d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.11...v0.14.13) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent 8c94749 commit d553f3d

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
@@ -6,7 +6,7 @@ fail_fast: false
66
minimum_pre_commit_version: 3.2.0
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: 'v0.14.11'
9+
rev: 'v0.14.13'
1010
hooks:
1111
- id: ruff
1212
args: [ --fix, --exit-non-zero-on-fix ]
@@ -15,7 +15,7 @@ repos:
1515
.cp2k/.*|
1616
)$
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 25.12.0
18+
rev: 26.1.0
1919
hooks:
2020
- id: black
2121
name: Reformat Python files with the black code formatter

0 commit comments

Comments
 (0)