18 lines
296 B
TOML
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"] |