neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Fix linting issues #19

Closed adamltyson closed 1 year ago

adamltyson commented 1 year ago

Fixes the mistake I introduced in #18. We don't currently have any checks that what gets added to the cookiecutter passes tests/linting checks. It would be a pain if pre-commit would have to be run on the first commit every time.