Skip to content

Commit 134dad1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6a72fea commit 134dad1

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

132+
[tool.ty]
133+
environment.python-version = "3.14"
134+
132135
[tool.coverage]
133136
run.parallel = true
134137
run.plugins = [
@@ -146,6 +149,3 @@ report.fail_under = 98
146149
report.omit = []
147150
html.show_contexts = true
148151
html.skip_covered = false
149-
150-
[tool.ty]
151-
environment.python-version = "3.14"

0 commit comments

Comments
 (0)