Skip to content

Commit cc6dac9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.14...v0.15.2) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.16.2](tox-dev/pyproject-fmt@v2.12.1...v2.16.2)
1 parent 16f0764 commit cc6dac9

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.2"
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.2"
7272
hooks:
7373
- id: pyproject-fmt
7474
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version

0 commit comments

Comments
 (0)