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
Assigning to Teemu for now, he can delegate this forward.
$ flake8
./idiokit/_selectloop.py:181:9: E722 do not use bare except'
./idiokit/idiokit.py:120:5: E722 do not use bare except'
./idiokit/idiokit.py:357:9: E722 do not use bare except'
./idiokit/select.py:14:9: E722 do not use bare except'
./idiokit/socket.py:339:5: E722 do not use bare except'
./idiokit/threadpool.py:88:13: E722 do not use bare except'
./idiokit/http/server.py:125:13: E722 do not use bare except'
./idiokit/http/server.py:637:9: E722 do not use bare except'
./idiokit/xmpp/muc.py:224:9: E722 do not use bare except'
These are soon ignored in tox.ini, so please remove E722 after fixing:
[flake8]
ignore = E501,E722
The text was updated successfully, but these errors were encountered:
Assigning to Teemu for now, he can delegate this forward.
These are soon ignored in tox.ini, so please remove E722 after fixing:
The text was updated successfully, but these errors were encountered: