Generate a Python package project using the Python Cookiecutter package
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- [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
|