test/automated-robot-suite/setup.cfg

8 lines
159 B
INI

# configuration for flake8
[flake8]
ignore = W191
exclude = .venv,.tox,dist,doc,build,*.egg
import-order-style = pep8
max-line-length = 79
max-complexity = 15