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

Fix for flake8-docstrings check #97

Closed
wants to merge 2 commits into from

Conversation

junaruga
Copy link
Member

This PR is work in progress.
Fixes #96 .

Enabled flake8-docstrings module.
And fixing for that now.

One of the validation check that I want to share is below message.
This message is happened for the comment of method or function.

D401 First line should be in imperative mood

If you have something for this PR, please comment.

@junaruga junaruga changed the title [WIP] Fix for flake8-docstrings check Fix for flake8-docstrings check Aug 15, 2017
@junaruga
Copy link
Member Author

Fixed. Review please when you have a time.

@junaruga
Copy link
Member Author

Applying this to files in tests directory is meaningless.
Below package looks good to apply docstrings check except test files.
https://pypi.python.org/pypi/flake8-putty

@junaruga junaruga closed this Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable pydocstyle
1 participant