Skip to content

Commit 089bd05

Browse files
committed
Try ignoring errors also in more docs source
1 parent adf8c36 commit 089bd05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ disable = [
249249
# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
250250
per-file-ignores = [
251251
"docs/source/conf.py:invalid-name",
252+
"docs/source/doccmd*.py:invalid-name",
252253
"doccmd_README_rst.*.py:invalid-name",
253254
]
254255

0 commit comments

Comments
 (0)