Skip to content

Commit 73c4f57

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent ee457cf commit 73c4f57

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
@@ -8,7 +8,7 @@ repos:
88
- id: check-yaml
99
# ----- Python formatting -----
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.7.1
11+
rev: v0.7.2
1212
hooks:
1313
# Run ruff linter.
1414
- id: ruff
@@ -24,7 +24,7 @@ repos:
2424
- id: pretty-format-yaml
2525
args: [--autofix, --indent, '2']
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.4.3
27+
rev: v2.5.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)