Skip to content

Commit 7376449

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 127b6bb commit 7376449

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)