fix a few bugs with app del uninstall and deletion

This commit is contained in:
Maarten de Waard 2022-09-28 14:46:49 +02:00
parent 2e55e2fa39
commit 82478e5006
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
3 changed files with 18 additions and 6 deletions

View file

@ -3,3 +3,8 @@
# 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