Skip to content

Commit 8569edb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v2.0.0-beta.5 → v2.3.7](biomejs/pre-commit@v2.0.0-beta.5...v2.3.7) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.1](tox-dev/pyproject-fmt@v2.6.0...v2.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.14.6](astral-sh/ruff-pre-commit@v0.11.11...v0.14.6)
1 parent a510c1a commit 8569edb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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.3.7
55
hooks:
66
- id: biome-format
77
# Hooks that are run for scripts
88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: v2.6.0
9+
rev: v2.11.1
1010
hooks:
1111
- id: pyproject-fmt
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.11.11
13+
rev: v0.14.6
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)