pylintrc with flask plugins

This commit is contained in:
Emmanuel Viennet 2021-09-27 12:14:36 +02:00
parent 1b89010b45
commit 2a1c541fbd
1 changed files with 5 additions and 0 deletions

5
pylintrc Normal file
View File

@ -0,0 +1,5 @@
[MASTER]
# List of plugins (as comma separated values of python module names) to load,
# usually to register additional checkers.
load-plugins=pylint_flask_sqlalchemy, pylint_flask