Closed gruebel closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
30f4e69
) 93.83% compared to head (b833562
) 93.84%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Apparently one of the lint rules for ruff conflicts with the mypy configuration:
openfeature/_backports/strenum.py:5:22: PLC0414 Import alias does not rename original package
@federicobond strange I thought I ran ruff
multiple times 🤔 will ignore the rule in this specific line, because there is no other way I know to make both mypy
and ruff
happy. I prefer mypy
to be happy 😄
This PR
strict
checks is disabled to keep this PR rather smallmypy
tripped on it and in general list comprehension are more performant compared to such a combomypy
pretty mode, which gives quite nice error outputs ex.