ran pre-commit

This commit is contained in:
Yannic Kilcher
2023-01-08 16:57:17 +01:00
parent 4769db59c2
commit dc5a7d5c10
+2 -2
View File
@@ -98,8 +98,8 @@ The website is built using Next.js and is in the `website` folder.
We are using `pre-commit` to enforce code style and formatting.
Install `pre-commit` from [its website](https://pre-commit.com) and run `pre-commit install` to install the pre-commit
hooks.
Install `pre-commit` from [its website](https://pre-commit.com) and run
`pre-commit install` to install the pre-commit hooks.
In case you haven't done this, have already committed, and CI is failing, you
can run `pre-commit run --all-files` to run the pre-commit hooks on all files.