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 e58565f commit b72c6c8Copy full SHA for b72c6c8
.pylintrc
@@ -259,7 +259,7 @@ inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
259
method-rgx=[a-z_][a-z0-9_]+$
260
261
# Regular expression which should only match correct module names
262
-module-rgx=([a-z]+)|(test_*)$
+module-rgx=([_a-z]+)|(test_*)$
263
264
# Regular expression which should only match function or class names that do
265
# not require a docstring.
0 commit comments