cookiecutter-django/tox.ini
Bruno Alla ea6ff7907a Move template linting and formatting to ruff
The generated project already uses that, let's be consistent and use it everywhere
2024-12-31 13:09:17 +00:00

8 lines
138 B
INI

[tox]
skipsdist = true
envlist = py312,black-template
[testenv]
passenv = AUTOFIXABLE_STYLES
commands = pytest -n auto {posargs:./tests}