python-trio / flake8-async

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

add trio240, usage of os.path in async function #100

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

First bullet point of path manipulation in #58 Suspect this may be overly broad or trigger false alarms, but we'll see.

jakkdl commented 1 year ago

Updated with explicit list of functions, also realized that looking for imports is easy - and might be somewhat common, so it will now catch that as well. Rebased on top of main.