We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf51209 commit adf8c36Copy full SHA for adf8c36
pyproject.toml
@@ -248,7 +248,7 @@ disable = [
248
# - We want to use global variables in documentation, which may not be uppercase.
249
# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
250
per-file-ignores = [
251
- "docs/:invalid-name",
+ "docs/source/conf.py:invalid-name",
252
"doccmd_README_rst.*.py:invalid-name",
253
]
254
0 commit comments