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

Configure flake8-rst-docstrings for common Sphinx roles #794

Closed
cjolowicz opened this issue Feb 21, 2021 · 0 comments · Fixed by #876
Closed

Configure flake8-rst-docstrings for common Sphinx roles #794

cjolowicz opened this issue Feb 21, 2021 · 0 comments · Fixed by #876
Labels
testing Adding missing tests or correcting existing tests
Milestone

Comments

@cjolowicz
Copy link
Owner

cjolowicz commented Feb 21, 2021

diff --git a/.flake8 b/.flake8
index 528cb40..0f46431 100644
--- a/.flake8
+++ b/.flake8
@@ -5,3 +5,5 @@ max-line-length = 80
 max-complexity = 10
 docstring-convention = google
 per-file-ignores = tests/*:S101
+rst-roles = class,const,func,meth,mod,ref
+rst-directives = deprecated
@cjolowicz cjolowicz added the testing Adding missing tests or correcting existing tests label Feb 21, 2021
@cjolowicz cjolowicz added this to the 2021.4.15 milestone Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant