Generate a Python package project using the Python Cookiecutter package
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 lines
244B

  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