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
|