[flake8]
# Use Black recommended settings
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203, E501
