Generate a Python package project using the Python Cookiecutter package
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. [settings]
  2. line_length = 88
  3. known_first_party = {{ cookiecutter.project_slug }}
  4. known_third_party = six
  5. multi_line_output = 3
  6. # length_sort = 1
  7. # balanced_wrapping = True
  8. force_grid_wrap = 0
  9. include_trailing_comma = True
  10. use_parentheses = True