Skip to content

Releases: JBKahn/flake8-debugger

4.1.2

30 Apr 16:50
Compare
Choose a tag to compare

Re release to fix bad publish

4.1.1

30 Apr 16:44
Compare
Choose a tag to compare
  • Add tests to bundle.

4.1.0

30 Apr 16:36
Compare
Choose a tag to compare
  • Drop support for python 3.6 and remove special handling code.
  • bundle licence file.

4.0.0

29 Nov 14:38
57dcdb9
Compare
Choose a tag to compare
  • Opted back into using Poetry now that the existing issues have been fixed.
  • Python 2.7 support was no officially dropped.

3.1.0

12 Feb 14:52
4d201b3
Compare
Choose a tag to compare
  • 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

18 May 22:55
Compare
Choose a tag to compare
  • refactor detector
  • run tests in python 2.6, 2.7 and 3.4
  • adding a check for InteractiveShellEmbed.

1.3.1

04 Nov 23:57
Compare
Choose a tag to compare

Refactoring and better test coverage

1.3

04 Nov 22:12
Compare
Choose a tag to compare
1.3

using ast instead of regular expressions

1.2

04 Jul 05:45
Compare
Choose a tag to compare
1.2
  • added tests
  • bumping to 1.2

First Version

30 Jun 16:45
Compare
Choose a tag to compare

Ready for production, checks for ipdb/pdb statements.