tox.ini 104 B

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