Skip to content

Commit c0b4dda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.5](biomejs/pre-commit@v1.9.4...v2.0.0-beta.5) - [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.11.11](astral-sh/ruff-pre-commit@v0.11.2...v0.11.11)
1 parent d8cb6a5 commit c0b4dda

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
@@ -8,16 +8,16 @@ 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.0.0-beta.5
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.11.11
2121
hooks:
2222
- id: ruff
2323
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)