pyproject toml formatting
This commit is contained in:
parent
5ea472e014
commit
c1e377c94d
1 changed files with 16 additions and 19 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
description = "Static site generator"
|
description = "Static site generator"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" }
|
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -38,9 +38,7 @@ exclude = [
|
||||||
]
|
]
|
||||||
executionEnvironments = [
|
executionEnvironments = [
|
||||||
{ root = "src" },
|
{ root = "src" },
|
||||||
{ root = "tests", extraPaths = [
|
{ root = "tests", extraPaths = ["src"], reportPrivateUsage = false },
|
||||||
"src",
|
|
||||||
], reportPrivateUsage = false },
|
|
||||||
]
|
]
|
||||||
# off | basic | standard | strict | recommended | all
|
# off | basic | standard | strict | recommended | all
|
||||||
typeCheckingMode = "recommended"
|
typeCheckingMode = "recommended"
|
||||||
|
@ -68,7 +66,6 @@ quote-style = "double"
|
||||||
indent-style = "space"
|
indent-style = "space"
|
||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
pythonpath = "src"
|
pythonpath = "src"
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue