Steps to reproduce:
- plugin with black disable (i.e. pulp python)
- edit template_config.yml
black: true
- run
./plugin-template --github pulp_python
act:
no configuration section added for black in pyprject.toml
exp:
pyproject.toml contains black configuration section
[tool.black]
line-length = 100