setup.cfg 694 B

12345678910111213141516171819202122232425262728
  1. [bdist_rpm]
  2. doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
  3. install-script = scripts/rpm-install.sh
  4. [flake8]
  5. exclude = build,.git,.tox,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner,tests/view_tests/tests/py3_test_debug.py,tests/template_tests/annotated_tag_function.py
  6. ignore = W601
  7. max-line-length = 119
  8. [isort]
  9. combine_as_imports = true
  10. default_section = THIRDPARTY
  11. include_trailing_comma = true
  12. known_first_party = django
  13. line_length = 79
  14. multi_line_output = 5
  15. not_skip = __init__.py
  16. [metadata]
  17. license-file = LICENSE
  18. [wheel]
  19. universal = 1
  20. [egg_info]
  21. tag_build =
  22. tag_date = 0