Skip to content

Commit 4af261e

Browse files
committed
Better per-file-ignore
1 parent 089bd05 commit 4af261e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +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",
252+
"docs/source/doccmd_*.py:invalid-name",
253253
"doccmd_README_rst.*.py:invalid-name",
254254
]
255255

0 commit comments

Comments
 (0)