Skip to content

Commit ee457cf

Browse files
[pre-commit.ci] pre-commit autoupdate (#59)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/tox-dev/pyproject-fmt: 2.4.3 → v2.4.3](tox-dev/pyproject-fmt@2.4.3...v2.4.3) - [github.com/abravalheri/validate-pyproject: v0.21 → v0.22](abravalheri/validate-pyproject@v0.21...v0.22) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3453e57 commit ee457cf

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
@@ -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.0
11+
rev: v0.7.1
1212
hooks:
1313
# Run ruff linter.
1414
- id: ruff
@@ -24,10 +24,10 @@ repos:
2424
- id: pretty-format-yaml
2525
args: [--autofix, --indent, '2']
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 2.4.3
27+
rev: v2.4.3
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
31-
rev: v0.21
31+
rev: v0.22
3232
hooks:
3333
- id: validate-pyproject

0 commit comments

Comments
 (0)