Releases: JBKahn/flake8-debugger
Releases · JBKahn/flake8-debugger
4.1.2
Re release to fix bad publish
4.1.0
- Drop support for python 3.6 and remove special handling code.
- bundle licence file.
4.0.0
- Opted back into using Poetry now that the existing issues have been fixed.
- Python 2.7 support was no officially dropped.
3.1.0
- Add a framework classifier for use in pypi.org
- Fix entry_point in setup.py leaving it off by default again
- Detect import debugger statements
- Add support for
pudb
detection
1.4.0
- refactor detector
- run tests in python 2.6, 2.7 and 3.4
- adding a check for InteractiveShellEmbed.
1.3.1
Refactoring and better test coverage
1.3
using ast instead of regular expressions
1.2
- added tests
- bumping to 1.2
First Version
Ready for production, checks for ipdb/pdb statements.