jschaf/pylint-flask

Is this now redundant (for users of Flask latest)?

DuncanBetts opened this issue · 2 comments

Hi

I noticed this package on PyPI today, came to have a look.
Since flask.ext is a deprecated method in Flask latest, is there anything else pylint-flask does to aid pylint in checking over flask code?

Thanks

Afraid not. All pylint-flask currently supports is recognizing flask.ext imports.

It would probably be a good idea to mark anything decorated with a route decorator as not-unused. And if flask.ext it used that should trigger a warning/error since it has been deprecated.