[flake8]
exclude = 
	.git,
	local_settings.example.py,
	migrations,
	__pycache__,
	venv,
	resources/private
ignore = F405, F403, W503, W504, E123
max-line-length = 500