JBKahn / flake8-debugger

flake8 debug statement checker
MIT License
41 stars 10 forks source link

3.1.1 flags any builtins import #20

Closed The-Compiler closed 4 years ago

The-Compiler commented 4 years ago

After upgrading to 3.1.1, this file:

import builtins

gets flagged as:

x.py:1:1: T100 import for builtins found

due to the changes in #16 - cc @rafikdraoui

(Also, this change was made in a patchlevel release and not mentioned in the changelog at all, which made it hard to track down...)

JBKahn commented 4 years ago

My bad, I forgot to include it in the changelog which is why it was a patch and not a minor version.

I'll take a look

JBKahn commented 4 years ago

3.2.0 was shipped with a fix