You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before addressing the problem, thanks for letting me discovery Cookiecutter and for this amazing template.
I was trying to run it locally to set up a project and I've found a few issues when running just init or just install command, referring to the .pre-commit-config.yaml file.
On line 42, at the mypy entry, the name field is missing.
On line 50, at the pyproject-fmt entry, there's a typo in the language entry. (lanMnguage)
After fixing these, the command ran just fine.
The text was updated successfully, but these errors were encountered:
Before addressing the problem, thanks for letting me discovery Cookiecutter and for this amazing template.
I was trying to run it locally to set up a project and I've found a few issues when running
just init
orjust install
command, referring to the .pre-commit-config.yaml file.After fixing these, the command ran just fine.
The text was updated successfully, but these errors were encountered: