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

Run pydocstyle on Travis #37

Merged
merged 3 commits into from
Jun 4, 2018
Merged

Run pydocstyle on Travis #37

merged 3 commits into from
Jun 4, 2018

Conversation

sgillies
Copy link
Member

@sgillies sgillies commented Jun 4, 2018

No description provided.

@coveralls
Copy link

coveralls commented Jun 4, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling a5a2c86 on jonnystyle into 58569bb on master.

@sgillies sgillies added the bug label Jun 4, 2018
@sgillies sgillies self-assigned this Jun 4, 2018
include_package_data=True,
zip_safe=True,
extras_require={"test": ["pytest>=3.0", "pytest-cov", "pydocstyle", "coveralls"]},
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran black on the setup script.


[pydocstyle]
select: D1
add-ignore: D105
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package has a lot of magic methods and they don't all need docstrings when they follow the Python object semantics.

@sgillies sgillies merged commit 52781a1 into master Jun 4, 2018
@sgillies sgillies deleted the jonnystyle branch June 4, 2018 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants