Skip to content

Commit 0cdb0e7

Browse files
chore: Update pre-commit hooks (#118)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2) - [github.com/tox-dev/pyproject-fmt: v2.4.3 → v2.5.0](tox-dev/pyproject-fmt@v2.4.3...v2.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8b81e14 commit 0cdb0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.1
21+
rev: v0.7.2
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.4.3"
31+
rev: "v2.5.0"
3232
hooks:
3333
- id: pyproject-fmt

0 commit comments

Comments
 (0)