[flake8]
ignore = E203, E266, E501, W503, F403, F401
exclude =
    .git,
    __pycache__,
    docs/source/conf.py,
    build,
    dist
max-complexity = 10
max-line-length = 79
