- [flake8]
- exclude = labours/pb_pb2.py
- ignore = D,B007
- import-order-style = appnexus
- inline-quotes = "
- max-line-length = 99
- application-import-names = labours
- [isort]
- force_sort_within_sections = true
- line_length = 99
- lines_between_types = 0
- multi_line_output = 0
|