[MESSAGES CONTROL]
disable=C0301,C0114,C0115,C0116,R0903,W0511
# R0903: too-few-public-methods
# W0511: fixme

[DESIGN]
# You can put other Pylint [DESIGN] options here, like:
# max-args=7
# max-locals=15
# max-statements=60
# max-branches=15 
# max-parents=7
# max-attributes=10 
# min-public-methods=1 # (R0903 is disabled above, but this is where it would go)

[MASTER]
extension-pkg-allow-list=PyQt6,PyQt6.QtCore,PyQt6.QtGui,PyQt6.QtWidgets
