123/myapp/pyproject.toml

11 lines
245 B
TOML
Raw Permalink Normal View History

2023-08-08 22:04:06 +00:00
[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",
]