Closed JeanFred closed 7 years ago
I was on vacation at the time. I'll take a look in a few days. Thanks for letting me know.
Any update?
Ohhh, interesting, this seems to be true of 3.0.x and 3.1.x and 3.2.x but works in 3.3.x
which is what I am using....I'll check the change log.
This is the same as https://github.com/JBKahn/flake8-print/pull/17
I'll take more of a look but unfortunately I don't want to merge a fix until I understand the ramifications. Maybe the changelog will enlighten me.
This was the fix that covered it https://gitlab.com/pycqa/flake8/issues/257
Given this was a bug in flake8, I think I'm going to keep this as is.
Nice − I can confirm that with
flake8==3.2.1
flake8-debugger==1.4.0
violations are correctly reported.
Thanks for looking into this!
With
I do get violations:
With
The violations are not raised.