Skip to content

Commit 7a28455

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.2](biomejs/pre-commit@v1.9.4...v2.0.0-beta.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.6...v0.11.8)
1 parent d4bdfc5 commit 7a28455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Hooks that are run everywhere
33
- repo: https://github.com/biomejs/pre-commit
4-
rev: v1.9.4
4+
rev: v2.0.0-beta.2
55
hooks:
66
- id: biome-format
77
# Hooks that are run for scripts
@@ -11,7 +11,7 @@ repos:
1111
- id: pyproject-fmt
1212
files: ^scripts/pyproject\.toml$
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.6
14+
rev: v0.11.8
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)