Skip to content

Commit 68ab28d

Browse files
[pre-commit.ci] pre-commit autoupdate (#128)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) - [github.com/biomejs/pre-commit: v2.2.4 → v2.2.5](biomejs/pre-commit@v2.2.4...v2.2.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d19c3d7 commit 68ab28d

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
@@ -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.13.2
8+
rev: v0.13.3
99
hooks:
1010
- id: ruff-check
1111
args: [--fix]
1212
- id: ruff-check
1313
args: [--preview, --select=CPY]
1414
- id: ruff-format
1515
- repo: https://github.com/tox-dev/pyproject-fmt
16-
rev: v2.6.0
16+
rev: v2.7.0
1717
hooks:
1818
- id: pyproject-fmt
1919
- repo: https://github.com/biomejs/pre-commit
20-
rev: v2.2.4
20+
rev: v2.2.5
2121
hooks:
2222
- id: biome-format
2323
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)