-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support # noqa
comments when calling directly
#181
Comments
I'm making good progress on implementing this, but I just realized this will clash with flake-noqa. If you transition to running flake8-trio standalone, then you'll start to get I see two possible solutions:
|
Actually yeah, after rubberducking with the comment-box - this seems like the best solution:
Command-line flag to warn when finding |
For simplicity, let's just use |
When I tried calling
flake8_trio
directly from the commandline, it turns out that doesn't respect# noqa
comments - which would unfortunately block direct use for now. If supporting them is viable, let's do that and add a--disable-noqa
flag for the current behavior.I'd also prefer to name the cli tool
flake8-trio
; underscores are pretty unusual in the terminal.Once this is in, I think we're ready to release the big refactoring!
The text was updated successfully, but these errors were encountered: