python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 191 forks source link

Flake checks in CI fail #359

Closed matjazp closed 6 years ago

matjazp commented 6 years ago

Looks like Flake added some additional checks and now CI fails for all new PR:

$ flake8 hyper test
hyper/ssl_compat.py:191:17: E741 ambiguous variable name 'O'
test/test_SSLContext.py:72:9: E722 do not use bare except'