Skip to content

Commit 7664bc0

Browse files
committed
Fix doccmd pylint ignores
1 parent b8b6d31 commit 7664bc0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ optional-dependencies.dev = [
4343
"check-manifest==0.51",
4444
"deptry==0.25.1",
4545
"doc8==2.0.0",
46-
"doccmd==2026.5.6",
46+
"doccmd==2026.5.16",
4747
"freezegun==1.5.5",
4848
"furo==2025.12.19",
4949
"interrogate==1.7.0",
@@ -251,7 +251,9 @@ MASTER.unsafe-load-any-extension = false
251251
"MESSAGES CONTROL".per-file-ignores = [
252252
"docs/source/conf.py:invalid-name",
253253
"docs/source/doccmd_*.py:invalid-name",
254+
"docs/source/doccmd_*/*.py:invalid-name",
254255
"doccmd_README_rst_*.py:invalid-name",
256+
"doccmd_*/*.py:invalid-name",
255257
]
256258
# Spelling dictionary name. Available dictionaries: none. To make it working
257259
# install python-enchant package.

0 commit comments

Comments
 (0)