[flake8]
max-line-length = 120
ignore =
    W503, # line break before binary operator
    E231, # missing whitespace after ',' (caused by black style)
    W605, # invalid escape sequence (caused by regex)
exclude =
    setup.py
    venv
    docs
    .tox