autoflake not working? #4052
Unanswered
ubaldot
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment 2 replies
-
|
I can self-answer my question:
which results in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am pretty sure that I am doing something very silly, but i cannot sort out my issue.
I am running on
Unbuntu 20.04and everything works but the fixers do not seem to work.This is my
.vimrcI created a simple test file where I triggered the following error
E231 missing whitespace after ','plus, I added some white lines at the end of my file.
I expected
autoflake,trim_whitespaceand theremove_trailing_linesfixers to kick-in upon a call to:ALEFixbut nothing happened.I have it installed with
pip install autoflake.Python version is3.8.This is the output of
ALEInfoBeta Was this translation helpful? Give feedback.
All reactions