Closed alifbe closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.91%. Comparing base (
190e314
) to head (1245d95
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix a subtle issue when building documentation. It gives error message
Unexpected indentation
. From what I can see, it doesn't seems to change the output.https://github.com/equinor/subscript/actions/runs/11283815471/job/31383917419#step:13:228
As an addition, remove the
*
since it doesn't seems to be formatted properly in documentation.We could consider using
-W
option to turn warning into error.Also fix the issue due to mypy upgrading to 1.12