mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.65k stars 386 forks source link

ci: Configure ruff #1193

Open LecrisUT opened 11 months ago

LecrisUT commented 11 months ago

Previously ruff was not actually configured. This PR enables most of the tests there

First we look at what tests are running, and which ones need to be altered

Depends on: #1190

github-actions[bot] commented 11 months ago

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab or Binder:notebook.

Also, the version of Jupytext developed in this PR can be installed with pip:

pip install git+https://github.com/LecrisUT/jupytext.git@ci/ruff

(this requires nodejs, see more at Developing Jupytext)