vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
58 stars 10 forks source link

Formatting #5

Closed almarklein closed 3 years ago

almarklein commented 3 years ago
djhoese commented 3 years ago

You could look at adding a pre-commit config like this:

https://github.com/geoxarray/geoxarray/blob/main/.pre-commit-config.yaml

And then pip install pre-commit locally, run pre-commit install in the repository root, and then every time you make a commit it will run these checks.