[MESSAGES CONTROL]
# Disable the message(s) with the given id(s).
# https://docs.pylint.org/en/1.8/technical_reference/features.html
#
# C0103: %s name “%s” doesn’t conform to %s
# C0111: Missing %s docstring
# E1101: %s %r has no %r member%s
# R0901: Too many ancestors (%s/%s)
# R0902: Too many instance attributes (%s/%s)
# R0903: Too few public methods (%s/%s)
# R0904: Too many public methods (%s/%s)
# R0912: Too many branches (%s/%s)
# R0913: Too many arguments (%s/%s)
# R0914: Too many local variables (%s/%s)
# R0915: Too many statements (%s/%s)
# R0916: Too many boolean expressions in if statement (%s/%s)
# W0221: Parameters differ from %s %r method
# W0232: Class has no __init__ method
# W0613: Unused argument %r
# W0631: Using possibly undefined loop variable %r
#
disable = C0103,C0111,E1101,R0901,R0902,R0903,R0904,R0912,R0913,R0914,R0915,R0916,W0221,W0232,W0613,W0631
[TYPECHECK]
generated-members = REQUEST,acl_users,aq_parent,objects,DoesNotExist,_meta,status_code,content,context