Open cclauss opened 7 years ago
thanks for the testing. however, I believe they are false positives, I couldn't reproduce any of them.
Perhaps your test cases do not execute the lines in question. If those lines are executed, they will throw the exceptions indicated.
flake8 testing of https://github.com/leviathan-framework/leviathan on Python 2.7.13
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics