You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add pylint_flask(_sqlalchemy) to dev deps
* Improve pylint support
- install and activate flask and sqlalchemy plugins
- make pylint use the same line length as other tools (90)
- ignore "missing-*-docstring" (for now)
- ignore "invalid-name" (variables like `r` etc)
* Fix syntax for line-length
0 commit comments