[flake8]
max-line-length = 80
extend-ignore = E203,E501
# add bugbear violations
select = E,F,W,C90,B,B9
exclude = .direnv,.git
