[flake8]
max-line-length = 120
extend-ignore =
    E501,
    E3,
    E731,
    F811,
    WPS
