Skip to content

Commit 551949f

Browse files
committed
Add another useful example to the docs. #1055
1 parent 6a41be7 commit 551949f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/excluding.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ For example, here's a list of exclusions I've used::
8686
raise NotImplementedError
8787
if 0:
8888
if __name__ == .__main__.:
89+
class .*\bProtocol\):
8990

9091
Note that when using the ``exclude_lines`` option in a configuration file, you
9192
are taking control of the entire list of regexes, so you need to re-specify the

0 commit comments

Comments
 (0)