voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
156 stars 9 forks source link

Use `ruff` instead of `flake8`, run `black` #49

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

References

ruff is getting a lot of traction and has been adopted on many Jupyter projects already.

Code changes

A follow-up could be to add pre-commit like in Voila: https://github.com/voila-dashboards/voila/pull/1306

User-facing changes

None

Backwards-incompatible changes

None