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 debug module found
def function():
import pdb # error! or ipdb/pudb
License
MIT
Change Log
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.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e64338548c789cf4378728943705dae6a0b148454b19a94b0cd070da8b61fe94 |
|
MD5 | 5ec2e3a3f74052cf27a04b4b0b63d2dd |
|
BLAKE2b-256 | 080c02927975bdfbd28bc463276f12ca676a2ab588fdbc9bebe2a454d877bc4f |