Skip to content

Commit d827126

Browse files
[pre-commit.ci] pre-commit autoupdate (#130)
<!--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 2e74219 commit d827126

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
@@ -125,6 +125,9 @@ count = true
125125
[tool.pyproject-fmt]
126126
max_supported_python = "3.14"
127127

128+
[tool.ty]
129+
environment.python-version = "3.14"
130+
128131
[tool.pytest]
129132
ini_options.testpaths = [
130133
"tests",
@@ -147,6 +150,3 @@ paths.source = [
147150
report.fail_under = 63
148151
html.show_contexts = true
149152
html.skip_covered = false
150-
151-
[tool.ty]
152-
environment.python-version = "3.14"

0 commit comments

Comments
 (0)