# sentry-flake8 **Repository Path**: mirrors_getsentry/sentry-flake8 ## Basic Information - **Project Name**: sentry-flake8 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DEPRECATED `sentry-flake8` was always specific to `getsentry/sentry` and so it was merged in as a [flake8 local-plugin](https://github.com/getsentry/sentry/pull/33830) ___ # sentry-flake8 [![PyPI](https://img.shields.io/pypi/v/sentry-flake8.svg)](https://pypi.org/project/sentry-flake8) [![Travis](https://img.shields.io/travis/com/getsentry/sentry-flake8.svg)](https://travis-ci.com/getsentry/sentry-flake8) 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](https://github.com/PyCQA/flake8-bugbear).