File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ source =
1313[report]
1414skip_covered = true
1515show_missing = true
16- exclude_lines =
17- \# \s*pragma: no cover
18- ^\s*raise AssertionError\b
19- ^\s*raise NotImplementedError\b
20- ^\s*return NotImplemented\b
21- ^\s*raise$
22- ^if __name__ == [' "]__main__[' " ]:$
16+ exclude_also =
17+ \# \s*pragma: no cover
18+ ^\s*raise AssertionError\b
19+ ^\s*raise NotImplementedError\b
20+ ^\s*return NotImplemented\b
21+ ^\s*raise$
22+ ^if __name__ == [' "]__main__[' " ]:$
2323
2424[run]
2525branch = true
Original file line number Diff line number Diff line change @@ -77,12 +77,13 @@ pytest-mark-no-parentheses = true
7777
7878# flake8-rst-docstrings
7979rst-roles =
80- # Built-in Sphinx roles:
81- class,
82- py:class,
83- py:meth,
84- # Sphinx's internal role:
85- event,
80+ # Built-in Sphinx roles:
81+ class,
82+ py:class,
83+ py:data,
84+ py:meth,
85+ # Sphinx's internal role:
86+ event,
8687
8788# wemake-python-styleguide
8889show-source = true
You can’t perform that action at this time.
0 commit comments