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
-
I am pretty sure that I am doing something very silly, but i cannot sort out my issue.
I am running on
Unbuntu 20.04
and everything works but the fixers do not seem to work.This is my
.vimrc
I 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_whitespace
and theremove_trailing_lines
fixers to kick-in upon a call to:ALEFix
but nothing happened.I have it installed with
pip install autoflake.
Python version is3.8.
This is the output of
ALEInfo
Beta Was this translation helpful? Give feedback.
All reactions