Skip to content
Snippets Groups Projects
Unverified Commit 5bd76c72 authored by Drew Devereux's avatar Drew Devereux
Browse files

[MCCS-659] RST docstring linting

parent 77b3bd4f
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ flake8 ...@@ -4,3 +4,4 @@ flake8
flake8_formatter_junit_xml flake8_formatter_junit_xml
flake8-black flake8-black
flake8-docstrings flake8-docstrings
flake8-rst-docstrings
...@@ -25,3 +25,6 @@ max-line-length = 120 ...@@ -25,3 +25,6 @@ max-line-length = 120
# E203 and W503 conflict with black # E203 and W503 conflict with black
ignore = E203,W503 ignore = E203,W503
rst-directives = inheritance-diagram, uml
rst-roles = py:attr, py:class, py:exc, py:meth, py:mod
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment