[flake8]
ignore =
	# - W293 - blank lines contain whitespace
	W293,
	# - E501 - line too long (82 characters)
	E501
exclude = .git,__pycache__,*/migrations/*
max-complexity = 20