Skip to content

Commit 75791af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v2.0.0-beta.2 → v2.0.0-beta.3](biomejs/pre-commit@v2.0.0-beta.2...v2.0.0-beta.3) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.9](astral-sh/ruff-pre-commit@v0.11.8...v0.11.9)
1 parent 970acd8 commit 75791af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: v2.0.0-beta.2
4+
rev: v2.0.0-beta.3
55
hooks:
66
- id: biome-format
77
# Hooks that are run for scripts
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: pyproject-fmt
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.11.8
13+
rev: v0.11.9
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)