Skip to main content

Flake8 plugin that check forgotten breakpoints

Project description

flake8-breakpoint

pypi Python: 3.6+ Downloads Build Status Code coverage License: MIT Code style: black

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flake8-breakpoint-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

flake8_breakpoint-1.0.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page