setup.cfg 375 B

12345678910111213141516171819202122232425262728
  1. [bdist_wheel]
  2. universal = 1
  3. [flake8]
  4. ignore = X99999, W503
  5. max-complexity = 12
  6. max-line-length = 120
  7. [isort]
  8. known_first_party = corsheaders
  9. known_third_party = django
  10. line_length = 120
  11. multi_line_output = 5
  12. not_skip = __init__.py
  13. [metadata]
  14. license_file = LICENSE
  15. [tool:multilint]
  16. paths = corsheaders
  17. runtests.py
  18. tests
  19. setup.py
  20. [egg_info]
  21. tag_build =
  22. tag_date = 0