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.
|
- [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
|