aai-institute / lakefs-spec

An fsspec implementation for the lakeFS project.
http://lakefs-spec.org/
Apache License 2.0
37 stars 4 forks source link

Validate with docstrings with `pydoclint` #203

Closed AdrianoKF closed 6 months ago

AdrianoKF commented 6 months ago

This PR adds pydoclint as a dev dependency and pre-commit hook.

All non-confirming docstrings in the source code have been updated to pass the check.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b2f0f52) 89.80% compared to head (3dbddd3) 89.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #203 +/- ## ======================================= Coverage 89.80% 89.80% ======================================= Files 7 7 Lines 520 520 Branches 82 82 ======================================= Hits 467 467 Misses 27 27 Partials 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.