[flake8]
max-line-length = 100
ignore =
    # black と競合するので
    E203,
    E501,
    W503,
    W504,
    # https://github.com/ut-issl/c2a-core/issues/195
    E402
