Flake8 plugin that check forgotten breakpoints
Project description
flake8-breakpoint
Flake8 plugin that check forgotten breakpoints.
Installation
pip install flake8-breakpoint
Errors
- B601 builtin function "breakpoint" found
def function():
breakpoint() # error!
- B602 import of debug module found
def function():
import pdb # error! or ipdb/pudb
License
MIT
Change Log
Unreleased
- ...
1.1.0 - 2019-05-23
- update flask_plugin_utils version to 1.0
1.0.0 - 2019-04-02
- initial
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for flake8_breakpoint-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27e0cb132647f9ef348b4a3c3126e7350bedbb22e8e221cd11712a223855ea0b |
|
MD5 | d801587e16ebdb71c9f262e883c875f8 |
|
BLAKE2b-256 | 6922990024226c6d32fca7cba5c9d76ed1c18833d4cdbe02faf3012d1c17f6ad |