您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223
  1. [run]
  2. omit =
  3. tests/*
  4. .github/*
  5. commands/*
  6. **/test_*.py
  7. [report]
  8. exclude_lines =
  9. pragma: no cover
  10. if TYPE_CHECKING:
  11. exclude_also =
  12. def __repr__
  13. if self.debug:
  14. if settings.DEBUG
  15. raise AssertionError
  16. raise NotImplementedError
  17. if 0:
  18. if __name__ == .__main__.:
  19. if TYPE_CHECKING:
  20. class .*\bProtocol\):
  21. @(abc\.)?abstractmethod