2025-10-30 11:13:38 +01:00

15 lines
178 B
INI

[tox]
envlist = lint
isolated_build = true
[testenv:lint]
skip_install = true
commands =
flake8 .
codespell
deps =
flake8
codespell
[pycodestyle]
ignore = E226,E302,E71