If you want to continue using tabs, you can change the following settings in the .pylintrc file:
indent-string='\t'
indent-after-paren=1
If you only change the first one, pylint will expect four tabs to be used for indentation.
If you want to continue using tabs, you can change the following settings in the .pylintrc file:
indent-string='\t'
indent-after-paren=1
If you only change the first one, pylint will expect four tabs to be used for indentation.