Generate a Python package project using the Python Cookiecutter package
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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