[flake8]
max-line-length = 300
max-complexity = 40
ignore = E203, E722, F401, W503, F541, W291, W293, E226
exclude = 
    .git,
    __pycache__,
    build,
    dist,
    *.egg-info,
    src/*/_version.py