Skip to content

Commit 294b312

Browse files
[pre-commit.ci] pre-commit autoupdate (#129)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.5...v0.15.6) - [github.com/biomejs/pre-commit: v2.4.6 → v2.4.7](biomejs/pre-commit@v2.4.6...v2.4.7) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.18.1](tox-dev/pyproject-fmt@v2.16.2...v2.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9b2b1f2 commit 294b312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ repos:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.15.5
8+
rev: v0.15.6
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix]
1212
- id: ruff
1313
args: [--preview, --select=CPY]
1414
- id: ruff-format
1515
- repo: https://github.com/biomejs/pre-commit
16-
rev: v2.4.6
16+
rev: v2.4.7
1717
hooks:
1818
- id: biome-format
1919
- repo: https://github.com/tox-dev/pyproject-fmt
20-
rev: v2.16.2
20+
rev: v2.18.1
2121
hooks:
2222
- id: pyproject-fmt
2323
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)