mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
13 lines
372 B
Text
13 lines
372 B
Text
Python docstring style checker
|
|
|
|
(formerly pep257)
|
|
|
|
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.
|
|
|
|
pydocstyle supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
|
|
|
|
WWW: https://pypi.org/project/pydocstyle/
|