Home

Awesome

Flake8 debugger plugin

Check for pdb;idbp imports and set traces, as well as from IPython.terminal.embed import InteractiveShellEmbed and InteractiveShellEmbed()().

This module provides a plugin for flake8, the Python code checker.

Installation

You can install or upgrade flake8-debugger with these commands::

$ pip install flake8-debugger
$ pip install --upgrade flake8-debugger

Plugin for Flake8

When both flake8 2.2 and flake8-debugger are installed, the plugin is available in flake8::

$ flake8 --version
2.0 (pep8: 1.4.5, flake8-debugger: 1.0, pyflakes: 0.6.1)

Changes

4.1.2 - 2022-04-30
4.1.1 - 2022-04-30
4.1.0 - 2022-04-30
4.0.0 - 2020-11-29
3.2.1 - 2019-10-31
3.2.0 - 2019-10-15
3.1.1 - 2019-10-12
3.1.0 - 2018-02-11
3.0.0 - 2017-05-11
2.0.0 - 2016-09-19
1.4.0 - 2015-05-18
1.3.2 - 2014-11-04
1.3.1 - 2014-11-04
1.3 - 2014-11-04
1.2 - 2014-06-30
1.1 - 2014-06-30
1.0 - 2014-06-30