Skip to content

Commit 96196e1

Browse files
[pre-commit.ci] pre-commit autoupdate (#140)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.21.0](tox-dev/pyproject-fmt@v2.20.0...v2.21.0) - [github.com/biomejs/pre-commit: v2.4.9 → v2.4.10](biomejs/pre-commit@v2.4.9...v2.4.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 99ddb1e commit 96196e1

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,17 +5,17 @@ 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.8
8+
rev: v0.15.9
99
hooks:
1010
- id: ruff-check
1111
args: [--fix, --preview]
1212
- id: ruff-format
1313
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: v2.20.0
14+
rev: v2.21.0
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/biomejs/pre-commit
18-
rev: v2.4.9
18+
rev: v2.4.10
1919
hooks:
2020
- id: biome-format
2121
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)