[flake8]
exclude = 
  xss_filter.py,
  */migrations/,
  *settings.py
  */apps.py
  venv/
max-line-length = 180
inline-quotes = "
no-accept-encodings = True
