Skip to content

Commit 4504cb8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/biomejs/pre-commit: v2.3.2 → v2.3.4](biomejs/pre-commit@v2.3.2...v2.3.4)
1 parent 80f95bd commit 4504cb8

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.14.3
8+
rev: v0.14.4
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.11.0
16+
rev: v2.11.1
1717
hooks:
1818
- id: pyproject-fmt
1919
- repo: https://github.com/biomejs/pre-commit
20-
rev: v2.3.2
20+
rev: v2.3.4
2121
hooks:
2222
- id: biome-format
2323
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)