setup.cfg 377 B

12345678910111213141516171819
  1. [bdist_wheel]
  2. python-tag = py3
  3. [flake8]
  4. ignore = E501,E303
  5. exclude = wagtail/project_template/*
  6. max-line-length = 120
  7. [isort]
  8. line_length=100
  9. multi_line_output=4
  10. skip=migrations,project_template
  11. known_first_party=wagtail
  12. known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
  13. [pytest]
  14. django_find_project = false
  15. python_files=test_*.py
  16. testpaths=wagtail