Closed cclauss closed 6 years ago
flake8 testing of https://github.com/Skyexu/TopSup
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./GetQuestionIos.py:12:10: F821 undefined name 'configparser' config = configparser.ConfigParser() ^ ./GetQuestionIos.py:20:9: F821 undefined name 'time' t = time.clock() ^ ./GetQuestionIos.py:45:17: F821 undefined name 'time' end_time3 = time.clock() ^ 3 F821 undefined name 'configparser'
flake8 testing of https://github.com/Skyexu/TopSup
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics