MaxPensel
MaxPensel
In reference to the issue mentioned in PR #26, should python files containing cookiecutter syntax be excluded in ` .pre-commit-config.yaml`? Otherwise the check-ast pre-commit hook will always fail parsing .py...
Yeah, that is the reason why I opted to build the relative path from main.py to the config using `os`. I agree that fixing a path in the library is...
Okay, flawless reasoning! :D So this also implies that, when a package developed with this template is shipped through, let's say, pip, only things below the `src/` directory would be...
I'll give it a shot 👍