Skip to content

Commit 7fcc8f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v2.0.0-beta.5 → v2.1.1](biomejs/pre-commit@v2.0.0-beta.5...v2.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.3](astral-sh/ruff-pre-commit@v0.11.11...v0.12.3)
1 parent c574350 commit 7fcc8f7

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.5
4+
rev: v2.1.1
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.11
13+
rev: v0.12.3
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)