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

supressing given errors by commetns #65

Closed
asottile opened this issue Apr 3, 2021 · 1 comment
Closed

supressing given errors by commetns #65

asottile opened this issue Apr 3, 2021 · 1 comment

Comments

@asottile
Copy link
Member

asottile commented Apr 3, 2021

In GitLab by @kreb on Jan 5, 2015, 06:55

The lint tool for C language has a nice feature to suppress given error in a piece of code, like that:

    /*lint -e620 */
              some code that would trigger a 620 (but now wouldn't :)
   /*lint +e620 */ 

Could you add such a feature for flake8?

@asottile
Copy link
Member Author

asottile commented Apr 3, 2021

In GitLab by @sigmavirus24 on Jan 5, 2015, 08:11

This is a duplicate of #11. Please search for existing issues (closed or open) before opening new ones.

@asottile asottile closed this as completed Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant