123/myapp/pyproject.toml
2023-08-08 22:04:06 +00:00

11 lines
No EOL
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",
]