setup.cfg 187 B

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