We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I'm using flake8, flake8-noqa & flake8-eradicate. Until flake8-noqa==1.2.5 it worked fine, but now I encounter weird behaviour.
Python version
$ python --version Python 3.9.10
Dependencies: flake8==5.0.4 flake8-eradicate==1.4.0 flake8-noqa==1.2.9
Current behaviour
code.py
# a = 5 a = 7
flake8 run
$ flake8 code.py code.py:1:1: E800 Found commented out code
# a = 5 # noqa: E800 a = 7
$ flake8 code.py code.py:1:1: NQA102 "# noqa: E800" has no matching violations
Expected behaviour
flake8 run -- no error
$ flake8 code.py
I created the same issue in flake8-noqa repository but its author pointed out that the issue could be in your package. Can you please take a look?
The text was updated successfully, but these errors were encountered:
Hi - i just ran into this issue today, any updates? Thanks!
Sorry, something went wrong.
No branches or pull requests
Hello. I'm using flake8, flake8-noqa & flake8-eradicate. Until flake8-noqa==1.2.5 it worked fine, but now I encounter weird behaviour.
Python version
Dependencies:
flake8==5.0.4
flake8-eradicate==1.4.0
flake8-noqa==1.2.9
Current behaviour
code.py
flake8 run
code.py
flake8 run
Expected behaviour
code.py
flake8 run
code.py
flake8 run -- no error
I created the same issue in flake8-noqa repository but its author pointed out that the issue could be in your package.
Can you please take a look?
The text was updated successfully, but these errors were encountered: