You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flake8 --show-source .
./shiny/_utils.py:396:13: B036 Don't except `BaseException` unless you plan to re-raise it.
except BaseException as e:
^
./shiny/_utils.py:422:9: B036 Don't except `BaseException` unless you plan to re-raise it.
except BaseException as e:
^
./shiny/render/renderer/_renderer.py:228:13: B037 Class `__init__` methods must not return or yield and any values.
return cast(AsyncValueFn[IT], fn)
^
The text was updated successfully, but these errors were encountered:
See https://github.com/posit-dev/py-shiny/actions/runs/7538643088/job/20519572273 for example
The text was updated successfully, but these errors were encountered: