Closed cbrnr closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e1a6c79
) 100.00% compared to head (4b84b78
) 100.00%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR replaces flake8/isort/black with ruff. In addition, I've (mostly manually) re-formatted docstrings so that they now use the line length limit of 88 chars. I've also removed
make pep
, because this is now being taken care of via pre-commit.