Skip to content

Configure ruff linter

Duncan Macleod requested to merge duncanmmacleod/gwosc:ruff into main

This MR configures the Ruff linter for this project, replacing flake8. Ruff allows us to integrate a lot more stuff under one configuration, including pyupgrade (closes #98).

Merge request reports