You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Fix all flake8 warnings. Enable all flake8 codes except E111, E114, E121 (#315)
* Remove unused variables. Fix all flake8 warnings with code prefix F.
* Remove extra whitespaces. Fix all flake8 warnings with code prefix W.
* Fix all flake8 warnings with prefix E4,E5,E7.
* Fix all flake8 warnings with prefix E1,E2,E3.
* Remove flake8 filter on Travis-CI
* Fix all flake8 warnings on python 3.
0 commit comments