python-trio / flake8-async

Highly opinionated linter for Trio code
https://flake8-async.readthedocs.io
MIT License
17 stars 2 forks source link

Handle spaces in config options #89

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

There's a bunch of different ways of handling spaces in comma_separated_list to fix --trio200-blocking-calls. Pending on what happens with https://github.com/PyCQA/flake8/issues/1771

jakkdl commented 1 year ago

Since 1771 was closed as invalid, this should likely be ignored for --startable-in-context-manager (since spaces aren't valid identifiers anyway), but --trio200-blocking-calls will need a custom type that handles this.

Zac-HD commented 1 year ago

Closed by #93. (you need a keyword per issue #, annoyingly)