-
-
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
trio200-blocking-calls =
is loaded but not parsed from a config file
#84
Comments
I think the actual problem here is flake8's flake8 --no-checkpoint-warning-decorators="a b, c d" <file> ipdb> self.options.no_checkpoint_warning_decorators
['a', 'b', 'c', 'd'] EDIT: No, I think that's a separate problem? Maybe. |
New try: It looks like the Will delve more into flake8's internals to figure out what's going on, and probs open an issue over there. I'm opening a PR with a dirty workaround, travelling to family for holidays in the coming days so a more thorough exploration might be delayed. (and then also fix spaces) |
Opened PyCQA/flake8#1770 and PyCQA/flake8#1771 |
Apparently we should just avoid |
… and --trio200-blocking-calls now handle spaces and newlines
… and --trio200-blocking-calls now handle spaces and newlines
I get an error on line 1353 because it hasn't been parsed from list-of-strings into a dict:
https://github.com/Zac-HD/flake8-trio/blob/7cdd9180e3aefca89d1a58d197022f266b45868c/flake8_trio.py#L1350-L1356
I also started on a quick regression test, but don't have time to finish it right now: https://github.com/Zac-HD/flake8-trio/compare/config-error
The text was updated successfully, but these errors were encountered: