Skip to content

Commit a0acfde

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ lint.isort = { known-first-party = [
129129
] }
130130
lint.preview = true
131131

132-
[tool.ty]
133-
environment.python-version = "3.14"
134-
src.exclude = ["tests/windows/winreg_mock_values.py"]
135-
136132
[tool.codespell]
137133
builtin = "clear,usage,en-GB_to_en-US"
138134
write-changes = true
@@ -171,3 +167,7 @@ paths.source = [
171167
"*/src",
172168
"*\\src",
173169
]
170+
171+
[tool.ty]
172+
environment.python-version = "3.14"
173+
src.exclude = [ "tests/windows/winreg_mock_values.py" ]

0 commit comments

Comments
 (0)