formbio / laava

LAAVA: Long-read AAV Analysis
MIT License
6 stars 1 forks source link

Use "ruff check" in CI for deeper static checks #45

Closed etal closed 2 months ago

etal commented 3 months ago

Currently, GHA runs a CI suite that uses flake8 to check Python and lintr to check R.

Use "ruff check" to replace flake8 in CI, minimally running the current flake8 checks (E9,F63,F7,F82), but ideally doing more checks, without raising spurious errors. Also remove flake8 from the conda environments and add ruff instead.

Relates to #21.