Skip to content

Commit 3de4b2e

Browse files
[pre-commit.ci] pre-commit autoupdate (#32)
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/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 54811df commit 3de4b2e

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
@@ -4,7 +4,7 @@ default_language_version:
44
repos:
55
# Generic 'file quality' testing
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
# Machine-friendliness
1010
- id: trailing-whitespace
@@ -24,7 +24,7 @@ repos:
2424

2525
# Python file formatting
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.12.7
27+
rev: v0.12.11
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)