Skip to content

Commit 6a5425d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.6.0](tox-dev/pyproject-fmt@v2.5.0...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.12.11](astral-sh/ruff-pre-commit@v0.8.2...v0.12.11) - [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 6d1b462 commit 6a5425d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: v2.5.0
14+
rev: v2.6.0
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.8.2
18+
rev: v0.12.11
1919
hooks:
2020
- id: ruff
2121
types_or: [python, pyi, jupyter]
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- id: ruff-format
2424
types_or: [python, pyi, jupyter]
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: detect-private-key
2929
- id: check-ast

0 commit comments

Comments
 (0)