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

Support docstrings #25

Open
sobolevn opened this issue Mar 10, 2020 · 2 comments
Open

Support docstrings #25

sobolevn opened this issue Mar 10, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@sobolevn
Copy link

Hi, thanks for an awesome package!

Do you have any plans to also lint docstrings?
Related: wemake-services/wemake-python-styleguide#1249

@MichaelAquilina MichaelAquilina added the enhancement New feature or request label Mar 10, 2020
@MichaelAquilina
Copy link
Owner

As far as I remember, I had also thought this was a good idea - but it seemed hard with the ast library being used. Would be a nice feature to have if you want to try give it a go yourself :)

@pbelskiy
Copy link
Contributor

pbelskiy commented Apr 25, 2020

@MichaelAquilina Probably you can add tokenize.STRING for checking, docstrings also be included

jiri-janousek added a commit to jiri-janousek/flake8-spellcheck that referenced this issue Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants