[flake8]
max-line-length: 90
extend-ignore =
    # whitespace before ':'
    E203
    # block comment should start with '# '
    E265
    # expected 2 blank lines, found 1
    E302
