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

Ignore D401 warnings in pydocstyle? #780

Open
jindrahelcl opened this issue Dec 13, 2018 · 2 comments
Open

Ignore D401 warnings in pydocstyle? #780

jindrahelcl opened this issue Dec 13, 2018 · 2 comments
Assignees
Labels

Comments

@jindrahelcl
Copy link
Member

D401 warns about the first line of the docstring not being in the imperative mood.
This is bad especially for @property methods. Should we turn D401 off? At least until the issue is solved...

PyCQA/pydocstyle#301
flycheck/flycheck@79e5cd4

@varisd
Copy link
Member

varisd commented Jan 2, 2019

Why don't we just add ignore-decorators=property to .pycodestyle file as suggested in the link above?

@jindrahelcl
Copy link
Member Author

then all docstring warnings will be ignored, not just the imperative mood check.

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

No branches or pull requests

4 participants