[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