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:
Luboš Zíma
2025-07-13 11:50:03 +07:00
parent 0dee92e7b4
commit bf684c4022

View File

@ -1,5 +1,5 @@
[tool:numpydoc_validation]
; 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__$