Closed HexDecimal closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5bad72b
) 96.81% compared to head (5a45ac7
) 96.80%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Updated
.pre-commit-config.yaml
and removeddefault_language_version
for now as it was overly strict and causing minor issues.Enabled the
pydocstyle
rule for Ruff and updated thepyproject.toml
file to a less deprecated layout.Applied the new rule to all relevant files. Includes adding docstrings to some functions and modules which were missing any.
These changes are not meant to affect any code, although a test involving patched wheels was updated to be aware of a modules new docstring.