Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

24 строки
386 B

  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