Conversation
ericof
left a comment
There was a problem hiding this comment.
I would suggest we use two instead of 4 for the indent.
(pre-commit is configured now)
|
@kurtmckee Now we need to fix the files :-) |
97e9a52 to
c809fa3
Compare
|
@ericof Haha, I thought that pre-commit.ci would kick in because of the new commit so I took a shortcut. Maybe it skips PRs that are already open? I'll watch for it on net-new PRs to show up as a CI action like the |
|
@kurtmckee I have approved your request to install the pre-commit ci integration for the cookiecutter repository. It is now available for use. These are the other GitHub Apps we have installed. In case you don't know me, I'm one of the maintainers of cookiecutter-django, but I don't maintain cookiecutter. Anyway, thank you for the cleanup job you are doing on the issues/pull-requests. |
|
Thank you both for the quick PR review, and for setting up pre-commit.ci! I think that'll reduce maintenance burden. |

This PR swaps out the existing
check-jsonhook for thepretty-format-jsonhook, which will enforce standards on the JSON files, not simply confirm that they can be parsed.I recommend visiting pre-commit.ci and enabling it for this repo. This will have the following benefits:
This will reduce maintenance burden.