Skip to content

Commit e04013a

Browse files
committed
use windows python platform
1 parent 6b31480 commit e04013a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{ cookiecutter.__project_slug }}/{% if cookiecutter.include_py %}pyproject.toml{% endif %}

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tool.pyright]
22
pythonVersion = "3.12"
33
typeCheckingMode = "strict"
4+
pythonPlatform = "Windows"
45

56
[tool.ruff]
67
target-version = "py312"

0 commit comments

Comments
 (0)