Support editorconfig
avidseeker opened this issue · 1 comments
avidseeker commented
describe the request
In .editorconfig
[*]
indent_style = tab
In test.py
use a tab
def main():
pass
Result
W191 indentation contains tabs
Expected: no warning.
Workaround: add extend-ignore = W191
to setup.cfg
.
asottile commented
please search the issue tracker next time! there are rejected exact duplicates