We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a193d commit 1ae07f0Copy full SHA for 1ae07f0
pylintrc
@@ -15,7 +15,7 @@ no-docstring-rgx=__.*__
15
module-rgx=[a-z_][a-z0-9_]*$
16
17
# Regular expression which should only match correct module level names
18
-const-rgx=(([a-z_][a-z0-9_]*)|(__.*__))$
+const-rgx=(([a-z_][a-z0-9_]{3,30})|(__.*__)|([A-Z_][A-Z0-9_]{3,30}))$
19
20
# Regular expression which should only match correct class names
21
class-rgx=[A-Z_][a-zA-Z0-9]+$
0 commit comments