setup.cfg 202 B

123456789101112131415
  1. [coverage:run]
  2. branch = True
  3. cover_pylib = False
  4. source = .
  5. omit =
  6. tests/*
  7. .ci/*
  8. setup.py
  9. [coverage:report]
  10. show_missing = True
  11. [flake8]
  12. max-line-length = 120
  13. exclude = tests/constants.py