Skip to content

Commit 1488fff

Browse files
ci: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.6 → v0.15.7](astral-sh/ruff-pre-commit@v0.15.6...v0.15.7) - [github.com/tox-dev/pyproject-fmt: v2.18.1 → v2.20.0](tox-dev/pyproject-fmt@v2.18.1...v2.20.0) - [github.com/biomejs/pre-commit: v2.4.7 → v2.4.8](biomejs/pre-commit@v2.4.7...v2.4.8)
1 parent 395b37e commit 1488fff

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
@@ -6,19 +6,19 @@ repos:
66
- id: trailing-whitespace
77
- id: no-commit-to-branch
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.15.6
9+
rev: v0.15.7
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --exit-non-zero-on-fix]
1313
- id: ruff-check
1414
args: [--preview, --select=CPY]
1515
- id: ruff-format
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: v2.18.1
17+
rev: v2.20.0
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/biomejs/pre-commit
21-
rev: v2.4.7
21+
rev: v2.4.8
2222
hooks:
2323
- id: biome-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)