Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pydocstyle checks in ruff #2199

Closed

Conversation

nikosavola
Copy link
Member

@nikosavola nikosavola commented Oct 19, 2023

This PR enables pydocstyle checks in ruff (and consequently in the pre-commit hook) and fixes some of the existing failing checks.

Drafted until existing code is linted enough to not annoy new PRs touching the files.

Closes #2193

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ddd5647) 72.64% compared to head (9931ade) 72.64%.
Report is 413 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2199   +/-   ##
=======================================
  Coverage   72.64%   72.64%           
=======================================
  Files         368      368           
  Lines       23066    23066           
  Branches     3719     3719           
=======================================
  Hits        16757    16757           
  Misses       5208     5208           
  Partials     1101     1101           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Feb 1, 2024

This pull request is stale because it has been inactive for 60 days. Remove stale label or comment or this will be closed in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce pydocstyle in pre-commit hooks
2 participants