11 lines
No EOL
245 B
TOML
Executable file
11 lines
No EOL
245 B
TOML
Executable file
[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",
|
|
] |