dashboard/backend/.pylintrc
Philipp Rothmann 07a2c46227 add backend
2022-10-21 12:44:04 +02:00

10 lines
447 B
INI

[MAIN]
# List of plugins (as comma separated values of python module names) to load,
# usually to register additional checkers.
load-plugins=pylint_flask,pylint_flask_sqlalchemy
# List of class names for which member attributes should not be checked (useful
# for classes with dynamically set attributes). This supports the use of
# qualified names.
ignored-classes=optparse.Values,thread._local,_thread._local,argparse.Namespace,scoped_session