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
I'm using Pycodestyle, but can't ignore errors.
My code is the following:
%pip install flake8 pycodestyle_magic %load_ext pycodestyle_magic %pycodestyle_on --ignore E225 a=1
I'm expecting no warning, no error.
But here is the result: 1:2: E225 missing whitespace around operator
1:2: E225 missing whitespace around operator
This is not what I was expecting.
Technical details: pycodestyle==2.8.0 pycodestyle-magic==0.5
Python version = 3.8.8
Is there a bug or something like that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using Pycodestyle, but can't ignore errors.
My code is the following:
I'm expecting no warning, no error.
But here is the result:
1:2: E225 missing whitespace around operator
This is not what I was expecting.
Technical details:
pycodestyle==2.8.0
pycodestyle-magic==0.5
Python version = 3.8.8
Is there a bug or something like that?
The text was updated successfully, but these errors were encountered: