Closed roelzkie15 closed 1 year ago
The example settings is very limited:
'linter-python-pep8': 'pep8DirToExecutable': '/usr/local/bin/' 'ignoreErrorCodes': 'E501, W292'
How can i exclude a directory?
I wanna convert this args to atom settings pep8 --statistic --ignore=E501 --exclude='path/to/exclude'
pep8 --statistic --ignore=E501 --exclude='path/to/exclude'
The example settings is very limited:
How can i exclude a directory?
I wanna convert this args to atom settings
pep8 --statistic --ignore=E501 --exclude='path/to/exclude'