Closed amureki closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.63%. Comparing base (
cde7b9e
) to head (7aad8ab
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I noticed quite some obsolete imports and other issues that went unnoticed by black+isort+pydocstyle. Also, I made several PRs where CI failed with linting issues, which was annoying to get back to and fix by running linters manually.
I decided to replace it all with ruff and also introduce pre-commit to solve these issues.
This also reduced in half the amount of linting jobs running (later we also could get rid of black in favor of ruff formatter)