tox.ini 98 B

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