setup.cfg 181 B

123456789
  1. [pytest]
  2. python_files=test*.py
  3. addopts=--tb=short -x
  4. timeout=5
  5. [flake8]
  6. ignore = F999,E501,E128,E124
  7. max-line-length = 100
  8. exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs