[flake8]
format = pylint
ignore =
    # Black
    E203,
max-line-length = 88
