PyCQA/flake8

Support editorconfig

avidseeker opened this issue · 1 comments

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.

See https://editorconfig.org/

please search the issue tracker next time! there are rejected exact duplicates