Skip to content

Commit fcbe58e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v2.3.15 → v2.4.4](biomejs/pre-commit@v2.3.15...v2.4.4) - [github.com/tox-dev/pyproject-fmt: v2.16.0 → v2.16.2](tox-dev/pyproject-fmt@v2.16.0...v2.16.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2)
1 parent 07cfe33 commit fcbe58e

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,17 +1,17 @@
11
repos:
22
# Hooks that are run everywhere
33
- repo: https://github.com/biomejs/pre-commit
4-
rev: v2.3.15
4+
rev: v2.4.4
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.16.0
9+
rev: v2.16.2
1010
hooks:
1111
- id: pyproject-fmt
1212
files: ^scripts/pyproject\.toml$
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.1
14+
rev: v0.15.2
1515
hooks:
1616
- id: ruff-check
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)