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

Exclude __init__ docstring validation #271

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

gbg141
Copy link
Member

@gbg141 gbg141 commented Mar 6, 2024

The __init__ method is documented as part of the class docstrings.

This PR is related to pyt-team/TopoNetX#342.

@gbg141 gbg141 requested a review from ffl096 March 6, 2024 11:34
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.07%. Comparing base (3812fc5) to head (5d61447).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   97.07%   97.07%           
=======================================
  Files          58       58           
  Lines        2014     2014           
=======================================
  Hits         1955     1955           
  Misses         59       59           

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

@gbg141 gbg141 added the documentation Improvements or additions to documentation label Mar 6, 2024
@ffl096 ffl096 merged commit 27e97ea into main Mar 6, 2024
24 checks passed
@ffl096 ffl096 deleted the exclude_init_docstring_validation branch March 6, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants