13 lines
202 B
TOML
13 lines
202 B
TOML
[tool.black]
|
|
target-version = ['py38']
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.pytest.ini_options]
|
|
minversion = "6.0"
|
|
DJANGO_SETTINGS_MODULE = "blog.settings"
|
|
testpaths = [
|
|
"articles",
|
|
"blog",
|
|
]
|