11 lines
245 B
TOML
11 lines
245 B
TOML
|
[tool.black]
|
||
|
line-length = 99
|
||
|
target-version = ['py37']
|
||
|
include = '\.pyi?$'
|
||
|
exclude = '(\.git|\.venv|\.idea|templates|resources|storage|databases\/migrations|node_modules)'
|
||
|
|
||
|
[tool.pytest.ini_options]
|
||
|
minversion = "6.0"
|
||
|
testpaths = [
|
||
|
"tests",
|
||
|
]
|