[pycodestyle] ; E402: module level import not at top of file ; W503: line break before binary operator ignore = E402,W503 max-line-length = 160 statistics = True count = True exclude = .*