7 lines
95 B
TOML
7 lines
95 B
TOML
[tool.pytest.ini_options]
|
|
addopts = "-q"
|
|
testpaths = ["tests"]
|
|
|
|
[tool.black]
|
|
line-length = 100
|