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

feat: format class attribute docstrings #116

Merged
merged 4 commits into from Aug 23, 2022
Merged

feat: format class attribute docstrings #116

merged 4 commits into from Aug 23, 2022

Conversation

weibullguy
Copy link
Member

Class attribute docstrings will be wrapped. The first letter of the docstring summary will be capitalized.

Closes #76
Closes #83

@weibullguy weibullguy added P: enhancement Feature that is outside the scope of PEP 257 C: convention Relates to docstring format convention labels Aug 23, 2022
@coveralls
Copy link

coveralls commented Aug 23, 2022

Pull Request Test Coverage Report for Build 2911997521

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 2908615851: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@weibullguy weibullguy merged commit fef89ad into master Aug 23, 2022
@weibullguy weibullguy deleted the feat/issue-7683 branch August 23, 2022 16:54
@weibullguy weibullguy added the S: merged Closed with work merged to repository label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: convention Relates to docstring format convention P: enhancement Feature that is outside the scope of PEP 257 S: merged Closed with work merged to repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class attributes docstrings aren't formatted Start sentence with capital letter
2 participants