[flake8]
max-line-length=120

# ignore E203: whitespace before ':'
# ignore W503: line break before binary operator
ignore=E203,W503, 
