[pycodestyle]
# E402 is for module-level import not at top of file
ignore = E402
max-line-length = 132