Skip to content

Commit 46a740c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.12...v0.12.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent a5ea86e commit 46a740c

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
@@ -41,14 +41,14 @@ repos:
4141
)$
4242
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.11.12
44+
rev: v0.12.8
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/pre-commit-hooks
51-
rev: v5.0.0
51+
rev: v6.0.0
5252
hooks:
5353
- id: detect-private-key
5454
- id: check-ast

0 commit comments

Comments
 (0)