Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.

Commit f5db841

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.17](astral-sh/ruff-pre-commit@v0.15.7...v0.15.17) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.24.1](tox-dev/pyproject-fmt@v2.20.0...v2.24.1)
1 parent 172db5e commit f5db841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.15.7
11+
rev: v0.15.17
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.20.0
27+
rev: v2.24.1
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)