[flake8]
# D202 No blank lines allowed after function docstring: not compatible with black
ignore = E203, E501, W503, W503, D105, D202
max-line-length = 88
max-complexity = 10
doctests = true
