[flake8]
count = True
max-line-length = 120

# W504: Line break occurred after a binary operator
ignore = W504
