diff options
Diffstat (limited to 'python/python3-pydocstyle/README')
-rw-r--r-- | python/python3-pydocstyle/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pydocstyle/README b/python/python3-pydocstyle/README new file mode 100644 index 000000000000..0daefe7ac744 --- /dev/null +++ b/python/python3-pydocstyle/README @@ -0,0 +1,5 @@ +pydocstyle is a static analysis tool for checking compliance with Python +docstring conventions. + +pydocstyle supports most of PEP 257 out of the box, but it should not be +considered a reference implementation. |