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' ```
Looks like Flake added some additional checks and now CI fails for all new PR: