[flake8]
exclude =
    .git,
    .pytest_cache
    conda,
    _sources,
    __pycache__,
    docs/source/conf.py,
    src/pyfolio/_version.py
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
ignore = E203, E266, E501, W503, F403, F401, E231
