Skip to content

Commit dadb8c7

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) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.4...v0.12.10)
1 parent 426ea05 commit dadb8c7

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
@@ -22,7 +22,7 @@ repos:
2222
files: \.py$
2323

2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: check-builtin-literals
2828
- id: check-added-large-files
@@ -35,7 +35,7 @@ repos:
3535
- id: trailing-whitespace
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.12.4
38+
rev: v0.12.10
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)