summaryrefslogtreecommitdiff
path: root/.flake8
blob: eceea15376493ba713736f9c9d3f742b08ad6251 (plain)
1
2
3
4
[flake8]
# Ignore "and" at start of line.
ignore = W503
max-line-length = 120