setup.cfg 228 B

12345678910111213
  1. [flake8]
  2. exclude = labours/pb_pb2.py
  3. ignore = D,B007
  4. import-order-style = appnexus
  5. inline-quotes = "
  6. max-line-length = 99
  7. [isort]
  8. force_sort_within_sections = true
  9. line_length = 99
  10. lines_between_types = 0
  11. multi_line_output = 0