[flake8] ignore = E226,E302,E41 max-line-length = 160 max-complexity = 10 exclude = */migrations/* [isort] atomic = true multi_line_output = 5 line_length = 160 indent = ' ' combine_as_imports = true skip = wsgi.py,.eggs,setup.py