We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeab1b0 commit 6263387Copy full SHA for 6263387
.pylintrc
@@ -158,10 +158,10 @@ const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
158
class-rgx=[A-Z_][a-zA-Z0-9]+$
159
160
# Regular expression which should only match correct function names
161
-function-rgx=[a-z_][a-z0-9_]{2,30}$
+function-rgx=[a-z_][a-z0-9_]{2,60}$
162
163
# Regular expression which should only match correct method names
164
-method-rgx=[a-z_][a-z0-9_]{2,30}$
+method-rgx=[a-z_][a-z0-9_]{2,60}$
165
166
# Regular expression which should only match correct instance attribute names
167
attr-rgx=[a-z_][a-z0-9_]{2,30}$
0 commit comments