[tox] envlist = linters skipsdist = True [testenv] setenv = PYTHONWARNINGS = all [testenv:linters] deps = paramiko flake8 flake8-colors flake8-import-order flake8-typing-imports pep8-naming pyflakes commands = flake8 client.py [flake8] exclude = .tox, .git, __pycache__, build, dist, *.pyc, *.egg-info, .cache, .eggs, *migrations* max-complexity = 10 max-line-length = 160 import-order-style = pep8 application-import-names = flake8 format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s