[flake8]
# We use black for formatting, so ignore errors with code E. They're from pycodestyle.
ignore = E, C901, W503
max-line-length = 88
max-complexity = 40
select = B,C,E,F,W,T4,B9
