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
Is your feature request related to a problem? Please describe.
Docs diffs become much easier to maintain when there is an opinionated code formatter for the Markdown files such as Prettier.
Prettier also allows opinionated formatting of other files relevant to python projects including YAML and JSON.
and the CI/CD pipeline will run successfully. However, after introducing this pre-commit hook, the CI/CD pipeline will likely fail. The reason for this is that it is incredibly difficult to format all the files in the {{cookiecutter.project_name}} folder in exactly such a way that, whichever combination of argument a user gives, they are exactly in the format prettier would want. And even if we manage to do so, it is an unrealistic goal that we manage to keep it that way.
So we would maybe need to update the set of commands above to also run the pre commit hooks once before pushing.
If we can manage to find a clean solution to that, I am happy with this change!
Is your feature request related to a problem? Please describe.
Docs diffs become much easier to maintain when there is an opinionated code formatter for the Markdown files such as Prettier.
Prettier also allows opinionated formatting of other files relevant to python projects including YAML and JSON.
Describe the solution you would like
An ideal solution would consist of the following:
Additional context
If this feature is of interest, feel free to assign it to me for completion.
The text was updated successfully, but these errors were encountered: