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 91719e3 commit fd3d1adCopy full SHA for fd3d1ad
pyproject.toml
@@ -236,6 +236,10 @@ disable = [
236
237
# This format is described in the following issue:
238
# https://github.com/christopherpickering/pylint-per-file-ignores/issues/160
239
+#
240
+# We ignore invalid names because:
241
+# - We want to use generated module names, which may not be valid, but are never seen.
242
+# - We want to use global variables in documentation, which may not be uppercase
243
per-file-ignores = """
244
docs/:invalid-name
245
doccmd_README_rst.*.py:invalid-name
0 commit comments