Closed stephprince closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.77%. Comparing base (
12598ea
) to head (9eda86d
). Report is 20 commits behind head on dev.:exclamation: There is a different number of reports uploaded between BASE (12598ea) and HEAD (9eda86d). Click for more details.
HEAD has 4 uploads less than BASE
| Flag | BASE (12598ea) | HEAD (9eda86d) | |------|------|------| |integration|4|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Oops, I guess we should have merged this PR before #1949. Looks like the changes in #1949 added some ruff issues. Sorry for the trouble.
Looks like the changes in #1949 added some ruff issues
Just pushed a fix for that error
Motivation
The top-level linter settings in ruff were deprecated and the
pyproject.toml
file needed to be updated.I don't think this needs a
CHANGELOG.md
update.Checklist
ruff check . && codespell
from the source directory.