Skip to content

Commit 6f3f6b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9)
1 parent cc35433 commit 6f3f6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
- id: biome-format
77
# Hooks that are run for scripts
88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: v2.5.0
9+
rev: v2.5.1
1010
hooks:
1111
- id: pyproject-fmt
1212
files: ^scripts/pyproject\.toml$
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.9.7
14+
rev: v0.9.9
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)