Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 9fad00e

Browse files
[pre-commit.ci] pre-commit suggestions (#174)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 09af709 commit 9fad00e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ repos:
4545
- mdformat_frontmatter
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.6.9
48+
rev: v0.7.1
4949
hooks:
5050
- id: ruff-format
5151
- id: ruff
5252
args: ["--fix"]
5353

5454
- repo: https://github.com/tox-dev/pyproject-fmt
55-
rev: 2.3.1
55+
rev: v2.4.3
5656
hooks:
5757
- id: pyproject-fmt
5858
- repo: https://github.com/abravalheri/validate-pyproject
59-
rev: v0.20.2
59+
rev: v0.22
6060
hooks:
6161
- id: validate-pyproject

0 commit comments

Comments
 (0)