15 lines
178 B
INI
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
|