選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

setup.cfg 327B

123456789101112131415161718
  1. [bdist_wheel]
  2. universal=1
  3. [pytest]
  4. python_files=test_*.py *tests.py
  5. addopts = --nomigrations
  6. testpaths = tests/
  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