tomtom-international / cookiecutter-python

:cookie: Cookiecutter template for Python packages
Apache License 2.0
18 stars 8 forks source link

generating project without black formatter produces malformed pyproject.toml #61

Open martinm82 opened 4 years ago

martinm82 commented 4 years ago

Description

Generated pyproject.toml file is malformed when setting black formatter setting to n

/)
'''

What I Did

Generate a dummy project with default values (especially black formatter set to no) and the generated pyproject.toml file will be malformed: