We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f8dc7 commit 9118d96Copy full SHA for 9118d96
src/pyproject.toml.jinja
@@ -26,6 +26,7 @@ lint = { cmd = "prek run --all-files", help = "Run linters and formatters" }
26
test = { cmd = "pytest", help = "Run tests" }
27
28
[tool.ty]
29
+environment = { python-platform = "all" }
30
terminal = { output-format = "concise" }
31
32
[tool.pytest.ini_options]
0 commit comments