tox.ini 86 B

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