mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Use newer features of PyClean
This commit is contained in:
parent
8d6419eec8
commit
b77763901f
2 changed files with 1 additions and 8 deletions
|
|
@ -5,9 +5,6 @@ exclude = [".cache",".git",".github",".tox","build","dist","docs","tests"]
|
|||
[tool.black]
|
||||
color = true
|
||||
|
||||
[tool.coverage.xml]
|
||||
output = "tests/coverage-report.xml"
|
||||
|
||||
[tool.isort]
|
||||
color_output = true
|
||||
profile = "black"
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -68,11 +68,7 @@ commands =
|
|||
[testenv:clean]
|
||||
description = Clean up bytecode and build artifacts
|
||||
deps = pyclean
|
||||
commands =
|
||||
pyclean {posargs:.}
|
||||
rm -rf .tox/ build/ dist/ django_analytical.egg-info/ .coverage coverage.xml tests/coverage-report.xml tests/unittests-report.xml
|
||||
allowlist_externals =
|
||||
rm
|
||||
commands = pyclean {posargs:. --debris --remove tests/unittests-report.xml --yes}
|
||||
|
||||
[flake8]
|
||||
exclude = .cache,.git,.tox,build,dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue