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

Distinguish between linting and PEP-8 errors? #91

Open
leonardomaccari opened this issue Dec 2, 2020 · 0 comments
Open

Distinguish between linting and PEP-8 errors? #91

leonardomaccari opened this issue Dec 2, 2020 · 0 comments

Comments

@leonardomaccari
Copy link

Is it possible to distinguish between errors that come from the linter (syntax errors) and PEP-8 violations? I'd like to have different colors and symbols for them.
If not possible, according to Flake8 docs there is at least one error code that is different from the others E999 that is raised when the file does not compile in a correct syntax tree, and that could be catched in a different category?
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

1 participant