I am using pre-commit with black
and flake8
hooks.
I got this error: cannot format
when trying to black-format the following code
from {{cookiecutter.project_name}} import my_module
Is there anyway to indicate black, to skip/ignore cookiecutter-specific syntax?
{{cookiecutter.project_slug}}
directory altogether? That's what I did on this project. – Dissidence