Skip to content

Commit 8ac8563

Browse files
[pre-commit.ci] pre-commit autoupdate (#125)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1) - [github.com/biomejs/pre-commit: v2.3.14 → v2.3.15](biomejs/pre-commit@v2.3.14...v2.3.15) - [github.com/tox-dev/pyproject-fmt: v2.15.1 → v2.16.0](tox-dev/pyproject-fmt@v2.15.1...v2.16.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 07eaea6 commit 8ac8563

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.0
8+
rev: v0.15.1
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.3.14
16+
rev: v2.3.15
1717
hooks:
1818
- id: biome-format
1919
- repo: https://github.com/tox-dev/pyproject-fmt
20-
rev: v2.15.1
20+
rev: v2.16.0
2121
hooks:
2222
- id: pyproject-fmt
2323
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)