This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/pyproject.toml
2020-08-18 07:23:59 +02:00

10 lines
158 B
TOML

[tool.black]
target-version = ['py38']
[tool.pytest.ini_options]
minversion = "6.0"
DJANGO_SETTINGS_MODULE = "blog.settings"
testpaths = [
"articles",
]