-
-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pre-commit #237
Use pre-commit #237
Conversation
For some reason, I'm not able to install pre-commit.ci onto this repository. I've created an issue on the JL team compass to have somebody with authorization on the |
@dlqqq |
@3coins I don't believe that will be an issue. This command defines the file extensions that
So, the only files that we need to worry about are MD and JSON files. Our pre-commit configuration doesn't appear to have any linters specific to these file extensions; the changes made by pre-commit are limited to deleting trailing whitespace and ensuring each file ends with a newline. |
* add precommit config * add pre-commit to Python dev dependency groups * precommit initial pass * fix precommit
* add precommit config * add pre-commit to Python dev dependency groups * precommit initial pass * fix precommit
Description
Introduces
pre-commit
to handle linting of non-JS files.