Skip to content

Commit 89617e4

Browse files
[pre-commit.ci] pre-commit autoupdate (#252)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.18.1 → v2.20.0](tox-dev/pyproject-fmt@v2.18.1...v2.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.6 → v0.15.7](astral-sh/ruff-pre-commit@v0.15.6...v0.15.7) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 93f37ab commit 89617e4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: tox-toml-fmt
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.18.1"
22+
rev: "v2.20.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.6"
26+
rev: "v0.15.7"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ builtin = "clear,usage,en-GB_to_en-US"
143143
write-changes = true
144144
count = true
145145

146+
[tool.ty]
147+
environment.python-version = "3.14"
148+
146149
[tool.coverage]
147150
run.parallel = true
148151
run.patch = [ "subprocess" ]
@@ -160,6 +163,3 @@ paths.source = [
160163
report.omit = []
161164
html.show_contexts = true
162165
html.skip_covered = false
163-
164-
[tool.ty]
165-
environment.python-version = "3.14"

0 commit comments

Comments
 (0)