-
-
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
Handle spaces in config options #89
Comments
Since 1771 was closed as invalid, this should likely be ignored for |
jakkdl
added a commit
to jakkdl/flake8-async
that referenced
this issue
Dec 29, 2022
… and --trio200-blocking-calls now handle spaces and newlines
jakkdl
added a commit
to jakkdl/flake8-async
that referenced
this issue
Dec 29, 2022
… and --trio200-blocking-calls now handle spaces and newlines
Closed by #93. (you need a keyword per issue #, annoyingly) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a bunch of different ways of handling spaces in comma_separated_list to fix
--trio200-blocking-calls
. Pending on what happens with PyCQA/flake8#1771['a', '->', 'b']
as well as['a->b']
with fancy logiccomma_separated_list
and write a custom action (more attractive if option_manager.add_option ignores action when reading from config PyCQA/flake8#1770 is fixed)The text was updated successfully, but these errors were encountered: