You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which, of course, is not correct because we are not dealing with a comment here. Removing the # from the content makes the error disappear, however, this is not the solution.
The text was updated successfully, but these errors were encountered:
Using
flake8-eradicate==1.2.1
On
CPython 3.9.13
With
flake8==4.0.1
Using the following code as an example
Following snipped, line
#{self.foo.car}
generates an errorFound commented out code flake8(E800)
Which, of course, is not correct because we are not dealing with a comment here. Removing the # from the content makes the error disappear, however, this is not the solution.
The text was updated successfully, but these errors were encountered: