~mgedmin/imgdiff/master

1
2
3
4
5
6
7
8
[flake8]
doctests = yes
max-line-length = 80
ignore = E127,E128,E226,E401,E501
# E127: continuation line over-indented for visual indent
# E128: continuation line under-indented for visual indent
# E226: missing whitespace around arithmetic operator
# E401: multiple imports on one line