Skip to content

Commit adf8c36

Browse files
committed
Use new syntax for pylint-per-file-ignores
1 parent cf51209 commit adf8c36

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
@@ -248,7 +248,7 @@ disable = [
248248
# - We want to use global variables in documentation, which may not be uppercase.
249249
# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
250250
per-file-ignores = [
251-
"docs/:invalid-name",
251+
"docs/source/conf.py:invalid-name",
252252
"doccmd_README_rst.*.py:invalid-name",
253253
]
254254

0 commit comments

Comments
 (0)