tox.ini 97 B

12345
  1. [flake8]
  2. # ignore = E226,E302,E41
  3. max-line-length = 140
  4. # exclude = tests/*
  5. # max-complexity = 10