Use newer features of PyClean

This commit is contained in:
Peter Bittner 2023-09-22 21:46:31 +02:00
parent 8d6419eec8
commit b77763901f
2 changed files with 1 additions and 8 deletions

View file

@ -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"

View file

@ -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