imagecontent / .flake8
darsoarafa's picture
Create .flake8
96a2759 verified
raw
history blame contribute delete
218 Bytes
[flake8]
max-line-length = 120
max-complexity = 20
# Ignore E501 line length error. Those that cannot be fixed by yapf automatically are usually not worth fixing.
ignore = E731, W504, W503, E501, E741, E203, E402, F824