Skip to content

Commit bd4a5f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#298)
<!--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 a8ad42a commit bd4a5f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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
@@ -130,6 +130,9 @@ count = true
130130
[tool.pyproject-fmt]
131131
max_supported_python = "3.14"
132132

133+
[tool.ty]
134+
environment.python-version = "3.14"
135+
133136
[tool.coverage]
134137
run.parallel = true
135138
run.plugins = [
@@ -143,6 +146,3 @@ paths.source = [
143146
report.fail_under = 100
144147
html.show_contexts = true
145148
html.skip_covered = false
146-
147-
[tool.ty]
148-
environment.python-version = "3.14"

0 commit comments

Comments
 (0)