mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
20 lines
413 B
TOML
20 lines
413 B
TOML
|
|
[tool.bandit]
|
||
|
|
# Exclude/ignore of files is currently broken in Bandit.
|
||
|
|
|
||
|
|
[tool.black]
|
||
|
|
color = true
|
||
|
|
|
||
|
|
[tool.coverage.xml]
|
||
|
|
output = "tests/reports/coverage.xml"
|
||
|
|
|
||
|
|
[tool.isort]
|
||
|
|
color_output = true
|
||
|
|
profile = "black"
|
||
|
|
|
||
|
|
[tool.pylint.master]
|
||
|
|
output-format = "colorized"
|
||
|
|
|
||
|
|
[tool.pytest.ini_options]
|
||
|
|
addopts = "--junitxml=tests/reports/unittests.xml --color=yes --verbose"
|
||
|
|
DJANGO_SETTINGS_MODULE = "tests.testproject.settings"
|