pyproject toml formatting
This commit is contained in:
parent
5ea472e014
commit
c1e377c94d
1 changed files with 16 additions and 19 deletions
|
@ -4,20 +4,20 @@ version = "0.1.0"
|
|||
description = "Static site generator"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" }
|
||||
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" },
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"dacite>=1.9.2",
|
||||
"jinja2>=3.1.6",
|
||||
"marko>=2.1.4",
|
||||
"pygments>=2.19.1",
|
||||
"pygments-ashen>=0.1.0",
|
||||
"pygments-kakoune>=0.1.0",
|
||||
"python-frontmatter>=1.1.0",
|
||||
"rich>=14.0.0",
|
||||
"typer>=0.16.0",
|
||||
"watchdog>=6.0.0",
|
||||
"dacite>=1.9.2",
|
||||
"jinja2>=3.1.6",
|
||||
"marko>=2.1.4",
|
||||
"pygments>=2.19.1",
|
||||
"pygments-ashen>=0.1.0",
|
||||
"pygments-kakoune>=0.1.0",
|
||||
"python-frontmatter>=1.1.0",
|
||||
"rich>=14.0.0",
|
||||
"typer>=0.16.0",
|
||||
"watchdog>=6.0.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
@ -38,9 +38,7 @@ exclude = [
|
|||
]
|
||||
executionEnvironments = [
|
||||
{ root = "src" },
|
||||
{ root = "tests", extraPaths = [
|
||||
"src",
|
||||
], reportPrivateUsage = false },
|
||||
{ root = "tests", extraPaths = ["src"], reportPrivateUsage = false },
|
||||
]
|
||||
# off | basic | standard | strict | recommended | all
|
||||
typeCheckingMode = "recommended"
|
||||
|
@ -68,7 +66,6 @@ quote-style = "double"
|
|||
indent-style = "space"
|
||||
docstring-code-format = true
|
||||
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = "src"
|
||||
testpaths = ["tests"]
|
||||
|
@ -80,8 +77,8 @@ filterwarnings = [
|
|||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"basedpyright>=1.29.4",
|
||||
"pytest>=8.4.0",
|
||||
"ruff>=0.11.13",
|
||||
"types-pygments>=2.19.0.20250516",
|
||||
"basedpyright>=1.29.4",
|
||||
"pytest>=8.4.0",
|
||||
"ruff>=0.11.13",
|
||||
"types-pygments>=2.19.0.20250516",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue