Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a way to enforce tabs rather than spaces? #14

Closed
modernNeo opened this issue Apr 7, 2019 · 2 comments
Closed

is there a way to enforce tabs rather than spaces? #14

modernNeo opened this issue Apr 7, 2019 · 2 comments

Comments

@modernNeo
Copy link

No description provided.

@grantmcconnaughey
Copy link
Owner

To my knowledge Flake8 doesn't have configuration to lint for tabs, since PEP8 prefers spaces. You'll have to turn off W191 if you don't want Flake8 to complain about the use of tabs. E101 will also check if indentation and tabs are combined.

@modernNeo
Copy link
Author

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants