[flake8]
extend-exclude =
    jumpthegun/_vendor/,
    venv/,
    .venv/,
    tests/testproj/
select = E,F,W
ignore = E203, E266, E501, W503
