Skip to content

Commit

Permalink
Ignore some dead code for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
declension committed Jun 24, 2018
1 parent 9db14ef commit bbe2ea6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
ignore = E402, F403, F405
# Otherwise 2/3 mixing issues...
builtins = unichr, unicode

[coverage:report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
if __name__ == .__main__.:

0 comments on commit bbe2ea6

Please sign in to comment.