Skip to content

Commit dc99f66

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.1](biomejs/pre-commit@v1.9.4...v2.0.0-beta.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.2...v0.11.4)
1 parent 7dc115b commit dc99f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.1
1212
hooks:
1313
- id: biome-format
1414
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
@@ -17,7 +17,7 @@ repos:
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.4
2121
hooks:
2222
- id: ruff
2323
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)