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

Commit a889fcf

Browse files
chore: Update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.11.12](astral-sh/ruff-pre-commit@v0.7.2...v0.11.12) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.6.0](tox-dev/pyproject-fmt@v2.5.0...v2.6.0)
1 parent d790207 commit a889fcf

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
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.7.2
21+
rev: v0.11.12
2222
hooks:
2323
- id: ruff
2424
name: Ruff lint
@@ -28,6 +28,6 @@ repos:
2828
entry: ruff format
2929

3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: "v2.5.0"
31+
rev: "v2.6.0"
3232
hooks:
3333
- id: pyproject-fmt

0 commit comments

Comments
 (0)