Skip to content

Commit 3b7fe6c

Browse files
chore: Update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.9.9](astral-sh/ruff-pre-commit@v0.7.2...v0.9.9) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1)
1 parent 6c976d1 commit 3b7fe6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.7.2
21+
rev: v0.9.9
2222
hooks:
2323
- id: ruff
2424
name: Ruff lint
@@ -28,6 +28,6 @@ repos:
2828
entry: ruff format
2929

3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: "v2.5.0"
31+
rev: "v2.5.1"
3232
hooks:
3333
- id: pyproject-fmt

0 commit comments

Comments
 (0)