You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

setup.cfg 343B

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