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

Commit 24ce409

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

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.16.0
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.26.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)