Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 11, 2023
1 parent df85c93 commit 023e3a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
if __name__ == .__main__.:
def create_argument_parser
if typing.TYPE_CHECKING
# Ellipsis are used as placeholders in python 3 that will be overridden
\.\.\.
[run]
source = ciscoconfparse

0 comments on commit 023e3a0

Please sign in to comment.