Skip to content

Commit 548ea56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.16...v0.15.20) - [github.com/tox-dev/pyproject-fmt: v2.23.0 → v2.25.1](tox-dev/pyproject-fmt@v2.23.0...v2.25.1) - [github.com/biomejs/pre-commit: v2.4.16 → v2.5.1](biomejs/pre-commit@v2.4.16...v2.5.1)
1 parent 15a00e4 commit 548ea56

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.16
8+
rev: v0.15.20
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.23.0
14+
rev: v2.25.1
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/biomejs/pre-commit
18-
rev: v2.4.16
18+
rev: v2.5.1
1919
hooks:
2020
- id: biome-format
2121
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)