Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.pylintrc 343 B
[FORMAT]
indent-string='  '
indent-after-paren=2

[MESSAGES CONTROL]
# Disable C0111 (docstrings) - use useful method names instead
# Disable C0103 (invalid variable name) - in very short blocks it is okay to use generic names
disable=C0111,C0103,W0108,E1101,C0330,E1129,C1801

[TYPECHECK]
ignored-modules=sciencelab.alignment.AlignmentMatrix