Skip to content

Commit 9b2b1f2

Browse files
[pre-commit.ci] pre-commit autoupdate (#128)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) - [github.com/biomejs/pre-commit: v2.4.4 → v2.4.6](biomejs/pre-commit@v2.4.4...v2.4.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8d2f815 commit 9b2b1f2

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
@@ -5,15 +5,15 @@ 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.4
8+
rev: v0.15.5
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.4
16+
rev: v2.4.6
1717
hooks:
1818
- id: biome-format
1919
- repo: https://github.com/tox-dev/pyproject-fmt

0 commit comments

Comments
 (0)