Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718
  1. [bdist_wheel]
  2. universal=1
  3. [pytest]
  4. python_files=test_*.py *tests.py
  5. addopts = --nomigrations
  6. norecursedirs = .* *.egg sites src
  7. [flake8]
  8. max-line-length=99
  9. [isort]
  10. line_length = 79
  11. multi_line_output = 4
  12. balanced_wrapping = true
  13. known_first_party = oscar,tests
  14. use_parentheses = true
  15. skip_glob=*/src/oscar/**/migrations/*.py,*/tests/**/*.py