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
It appears that flake8 allows for ignored errors in an ignore section to be whitespace separated, without the need for commas. Autopep8 however doesn't seem to allow for this -- configs which only have whitespace separation result in none of the requested error types being ignored, nor an error about invalid config.
It appears that
flake8
allows for ignored errors in anignore
section to be whitespace separated, without the need for commas. Autopep8 however doesn't seem to allow for this -- configs which only have whitespace separation result in none of the requested error types being ignored, nor an error about invalid config.Python Code
Command Line and Configuration
Command Line
Your Environment
The text was updated successfully, but these errors were encountered: