[flake8]
max-line-length = 120
max-complexity = 15
filename = *.py
format = default

ignore = E402, E501, E711, E712, E127, E129, W503
