.flake8 79 B

1234
  1. [flake8]
  2. exclude=.tox,utils,inventory
  3. max_line_length = 120
  4. ignore = E501,T003