sshishov / flake8-deprecated

Flake8 plugin that warns about deprecated method calls

Home Page:https://pypi.python.org/pypi/flake8-deprecated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

Flake8 deprecations plugin

No language, library or framework ever get everything right from the very beginning. The project evolves, new features are added/changed/removed.

This means that projects relying on them must keep an eye on what's currently best practices.

This flake8 plugin helps you keeping up with method deprecations ans giving hints about what they should be replaced with.

This plugin is based on a python checker that was in plone.recipe.codeanalysis.

Install

Install with pip:

$ pip install flake8-deprecated

Requirements

  • Python 2.7, 3.5, 3.6
  • flake8

TODO

  • add a way to provide more deprecations on a per user basis(?), other plugins(?)
  • add a way to ignore specific deprecations

License

GPL 2.0

About

Flake8 plugin that warns about deprecated method calls

https://pypi.python.org/pypi/flake8-deprecated

License:GNU General Public License v2.0


Languages

Language:Python 100.0%