[flake8]
# Derived from the one from Black itself. Ignore rules that are handled by Black.
ignore = E203, E266, E501, W503, E704
select = B,C,E,F,W,T4,B9
max-line-length = 100
