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

14 lines
202 B
TOML
Raw Normal View History

2020-08-14 14:53:30 +02:00
[tool.black]
target-version = ['py38']
2020-08-18 07:23:59 +02:00
2020-09-05 09:05:06 +02:00
[tool.isort]
profile = "black"
2020-08-18 07:23:59 +02:00
[tool.pytest.ini_options]
minversion = "6.0"
DJANGO_SETTINGS_MODULE = "blog.settings"
testpaths = [
"articles",
2020-09-05 09:05:06 +02:00
"blog",
2020-08-18 07:23:59 +02:00
]