[flake8]
ignore = D203, E203, W503
max-line-length = 120
exclude =
    .git,
    __pycache__,
    venv,
    .idea,
	dev.py,
	local_test.py,
	production.py,
	apps.py,
	*/migrations/*
max-complexity = 10
