[flake8]
exclude=
    tests/**,
    conftest.py,
    setup.py
max-line-length=120
ignore=E731,W503,E203,BLK100,B301