Skip to content

Commit 1e77c66

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v1.9.4 → v2.2.4](biomejs/pre-commit@v1.9.4...v2.2.4) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.13.2](astral-sh/ruff-pre-commit@v0.11.2...v0.13.2) - [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 d8cb6a5 commit 1e77c66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ default_stages:
88
minimum_pre_commit_version: 2.16.0
99
repos:
1010
- repo: https://github.com/biomejs/pre-commit
11-
rev: v1.9.4
11+
rev: v2.2.4
1212
hooks:
1313
- id: biome-format
1414
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
1515
- repo: https://github.com/tox-dev/pyproject-fmt
16-
rev: v2.5.1
16+
rev: v2.6.0
1717
hooks:
1818
- id: pyproject-fmt
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.2
20+
rev: v0.13.2
2121
hooks:
2222
- id: ruff
2323
types_or: [python, pyi, jupyter]
2424
args: [--fix, --exit-non-zero-on-fix]
2525
- id: ruff-format
2626
types_or: [python, pyi, jupyter]
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v5.0.0
28+
rev: v6.0.0
2929
hooks:
3030
- id: detect-private-key
3131
- id: check-ast

0 commit comments

Comments
 (0)