[flake8]
# matching the black line length (default 88),
# rather than using the flake8 default of 79:
max-line-length = 88
extend-ignore = E203 E741
exclude = *.old
