pylintrc_tweaks 293 Bytes
Newer Older
1 2
# pylintrc tweaks for use with edx_lint.
[MASTER]
3
ignore+ = ,.git,.tox,migrations,node_modules,.pycharm_helpers
Robert Raposa committed
4 5 6 7 8 9

[BASIC]
attr-rgx = [a-z_][a-z0-9_]{2,40}$
argument-rgx = [a-z_][a-z0-9_]{2,40}$
variable-rgx = [a-z_][a-z0-9_]{2,40}$
class-attribute-rgx = ([A-Za-z_][A-Za-z0-9_]{2,40}|(__.*__))$