setup.cfg 234 B

123456789101112
  1. [pytest]
  2. python_files=test*.py
  3. addopts=--tb=native
  4. norecursedirs=node_modules .* {args}
  5. [flake8]
  6. ignore = F999,E501,E128,E124,F841
  7. max-line-length = 100
  8. exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs
  9. [wheel]
  10. universal = 1