14 lines
197 B
TOML
14 lines
197 B
TOML
[tool.black]
|
|
extend-exclude = 'capabilities-data'
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.pytest.ini_options]
|
|
minversion = "6.0"
|
|
addopts = "--doctest-modules"
|
|
testpaths = [
|
|
"test",
|
|
"src",
|
|
]
|