mirror of
https://github.com/N4S4/synology-api.git
synced 2025-07-24 10:00:37 +00:00
fix: exclude PR09 check from numpydoc
Some parameters that end with examples should not end with a period, otherwise it will break the documentation generation.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
[tool:numpydoc_validation]
|
[tool:numpydoc_validation]
|
||||||
; to ignore some check add them after for example: checks = all,GL02, GL08
|
; to ignore some check add them after for example: checks = all,GL02, GL08
|
||||||
checks = all,SA01,ES01,EX01,RT04
|
checks = all,SA01,ES01,EX01,RT04,PR09
|
||||||
exclude = \.undocumented_method$,\.__repr__$
|
exclude = \.undocumented_method$,\.__repr__$
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user