black/docs/integrations
Antonio Ossa-Guerra 6b42c2b8c9
Add option to format Jupyter Notebooks in GitHub Action (#3282)
To run the formatter on Jupyter Notebooks, Black must be installed
with an extra dependency (`black[jupyter]`). This commit adds an
optional argument to install Black with this dependency when using the
official GitHub Action [1]. To enable the formatter on Jupyter
Notebooks, just add `jupyter: true` as an argument. Feature requested
at [2].

[1]: https://black.readthedocs.io/en/stable/integrations/github_actions.html
[2]: https://github.com/psf/black/issues/3280

Signed-off-by: Antonio Ossa Guerra <aaossa@uc.cl>
2022-09-26 17:45:34 -04:00
..
editors.md Fix outdated references to 3.6 and run pyupgrade (#3286) 2022-09-25 17:24:18 -07:00
github_actions.md Add option to format Jupyter Notebooks in GitHub Action (#3282) 2022-09-26 17:45:34 -04:00
index.md Convert index.rst and license.rst to markdown (#2852) 2022-03-30 13:43:46 -07:00
source_version_control.md Prepare docs for release 22.8.0 (#3248) 2022-08-31 18:39:54 -04:00