meta
meta copied to clipboard
Roll out pre-commit GH action to repos
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
- [x] jupyter-book (https://github.com/executablebooks/jupyter-book/issues/825)
- [x] myst-nb
- [x] myst-parser
- [x] markdown-it-py
- [ ] markdown-it-myst
- [x] sphinx-book-theme
- [ ] sphinx-copybutton
- [ ] sphinx-togglebutton
- [ ] sphinx-panels
- [ ] sphinx-thebe
- [ ] thebelab
- [ ] jupyter-cache
- [ ] myst-language-support
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?