Skip to content

Commit a9086e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.12.9](astral-sh/ruff-pre-commit@v0.11.2...v0.12.9) - [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 0708bb6 commit a9086e1

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
@@ -11,15 +11,15 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.2
14+
rev: v0.12.9
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]
1818
args: [--fix, --exit-non-zero-on-fix]
1919
- id: ruff-format
2020
types_or: [python, pyi, jupyter]
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: detect-private-key
2525
- id: check-ast

0 commit comments

Comments
 (0)