Skip to content

Commit 254258a

Browse files
committed
remove redundant lines from setup.cfg
1 parent 2ddb340 commit 254258a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

{{cookiecutter.project_name}}/setup.cfg

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,3 @@ python_files = *_test.py
5050
python_functions = test_*
5151
render_collapsed = True
5252

53-
[report]
54-
exclude_lines =
55-
pragma: no cover
56-
def __repr__
57-
if self.debug:
58-
if settings.DEBUG
59-
raise AssertionError
60-
raise NotImplementedError
61-
if 0:
62-
if __name__ == .__main__.:

0 commit comments

Comments
 (0)