Files
cpl/pyproject.toml
edraft c18777656c
Some checks failed
Test before pr merge / test (pull_request) Failing after 4s
Test before pr merge / test-lint (pull_request) Successful in 15s
Added test action
2026-01-16 16:07:09 +01:00

18 lines
296 B
TOML

[tool.black]
line-length = 120
[tool.pytest.ini_options]
pythonpath = [
"src/api",
"src/application",
"src/auth",
"src/cli",
"src/core",
"src/database",
"src/dependency",
"src/graphql",
"src/mail",
"src/query",
"src/translation"
]
testpaths = ["test"]