Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 7d16344

Browse files
godlygeekNurdok
authored andcommitted
[DOCONLY] Document that pep257 mode disables D413 (#433)
1 parent a1a4d0b commit 7d16344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error_codes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ conventions that may be used by pydocstyle: ``pep257``, ``numpy`` and ``google``
1414

1515
The pep257 convention, which is enabled by default in pydocstyle,
1616
checks for all of the above errors except for D203, D212, D213, D214,
17-
D215, D404, D405, D406, D407, D408, D409, D410, D411, D415, D416 and D417
17+
D215, D404, D405, D406, D407, D408, D409, D410, D411, D413, D415, D416 and D417
1818
(as specified in `PEP257 <http://www.python.org/dev/peps/pep-0257/>`_).
1919

2020
The numpy convention checks for all of the above errors except for

0 commit comments

Comments
 (0)