1[run] 2branch = True 3 4[report] 5fail_under = 100 6show_missing = True 7exclude_lines = 8 # Re-enable the standard pragma 9 pragma: NO COVER 10 # Ignore debug-only repr 11 def __repr__ 12 # Ignore abstract methods 13 raise NotImplementedError 14