Generate a Python package project using the Python Cookiecutter package
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- [settings]
- line_length = 88
- known_first_party = {{ cookiecutter.project_slug }}
- known_third_party = six
- multi_line_output = 3
- # length_sort = 1
- # balanced_wrapping = True
- force_grid_wrap = 0
- include_trailing_comma = True
- use_parentheses = True
|