DAI-Lab / cookiecutter-pypackage

DAI Lab's adaptation of cookiecutter-pypackage
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Fix incorrect isort option #58

Closed micahjsmith closed 3 years ago

micahjsmith commented 3 years ago

The correct name is include_trailing_comma, see https://pycqa.github.io/isort/docs/configuration/options/#include-trailing-comma. A search through isort project history shows this other option never existed.