Skip to content

Commit 30cae01

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.14...v0.15.1) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.16.0](tox-dev/pyproject-fmt@v2.12.1...v2.16.0)
1 parent 8950ca3 commit 30cae01

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
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "4.4.0"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.14.14"
4+
rev: "v0.15.1"
55
hooks:
66
- id: ruff-check
77
args: ["--fix"]
@@ -68,7 +68,7 @@ repos:
6868
# Manual because passing pyright is a work in progress.
6969
stages: [manual]
7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: "v2.12.1"
71+
rev: "v2.16.0"
7272
hooks:
7373
- id: pyproject-fmt
7474
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version

0 commit comments

Comments
 (0)