Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix flake8 errors #31

Open
ovuolteenaho opened this issue Nov 29, 2017 · 0 comments
Open

Fix flake8 errors #31

ovuolteenaho opened this issue Nov 29, 2017 · 0 comments
Assignees

Comments

@ovuolteenaho
Copy link

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants