[flake8]
select = B,C,E,F,W,B001,B003,B006,B007,B301,B305,B306,B902,Q001,Q002,Q003
ignore = E203,E722,W503
max-line-length = 120
exclude =
    .git,
    __pycache__,
    build,
    dist,
    .hatch,
    venv
