sentry-flake8

Sentry's custom flake8 checker plugin.


License
Apache-2.0
Install
pip install sentry-flake8==0.1.0

Documentation

sentry-flake8

PyPI Travis

Sentry's custom flake8 checker plugin.

Install

pip install sentry-flake8

No further configuration is necessary for flake8 to load the plugin. An example successful installation:

$ flake8 --version
3.8.4 (flake8-bugbear: 21.4.3, mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0, sentry-flake8: 2.0.0) CPython 3.6.13 on Darwin

Credits

This extension is inspired by, and based upon work done by Łukasz Langa in flake8-bugbear.