executablebooks / meta

A community dedicated to supporting tools for technical and scientific communication and interactive computing
https://executablebooks.org
129 stars 164 forks source link

Roll out pre-commit GH action to repos #93

Open chrisjsewell opened 4 years ago

chrisjsewell commented 4 years ago

As implemented in https://github.com/executablebooks/sphinx-book-theme/pull/172, there is actually now https://github.com/pre-commit/action instead of the direct implementation I've used in most other repos

choldgraf commented 3 years ago

Just a note here that this action is now deprecated, and instead they recommend using pre-commit.ci. We've switched this over on the sphinx-book-theme and it's as simple as just "authorizing" the repository on pre-commit.ci for the repository you want it to run on. @chrisjsewell any reason not to just authorize it for each repo listed here?