I have tried pylint --indent-string=" ", but I keep getting the help message. What am I supposed to do to configure pylint.
I have tried pylint --indent-string=" ", but I keep getting the help message. What am I supposed to do to configure pylint.
According to the docs, " " means 4 spaces.
You need to use single quotes: pylint --indent-string=' '