setup.cfg 263 B

1234567891011121314
  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. application-import-names = labours
  8. [isort]
  9. force_sort_within_sections = true
  10. line_length = 99
  11. lines_between_types = 0
  12. multi_line_output = 0