2025-12-11 11:29:55 +00: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