# Usage: # pylint --rcfile=PATH_TO_THIS_FILE PACKAGE_NAME # or # pylint --rcfile=PATH_TO_THIS_FILE SOURCE_FILE.py [SETTINGS] max-line-length=140 max-args=5 max-locals=15 max-statements=50 max-attributes=7 const-naming-style=any disable=all enable=F, E, unreachable, duplicate-key, unnecessary-semicolon, global-variable-not-assigned, binary-op-exception, bad-format-string, anomalous-backslash-in-string, bad-open-mode extension-pkg-whitelist=numpy