8000 Add PEP8 exceptions for tutorials directory. · matplotlib/matplotlib@f20bc62 · GitHub
[go: up one dir, main page]

Skip to content

Commit f20bc62

Browse files
committed
Add PEP8 exceptions for tutorials directory.
* E402 module level import not at top of file - Tutorials repeat themselves a bit so are likely to show imports more than once. * E501 line too long (82 > 79 characters) - Already ignored for examples and this is already a problem for many lines in the existing text.
1 parent fd17060 commit f20bc62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ pep8ignore =
109109
mpl_toolkits/gtktools.py E221 E222 E225 E228 E231 E251 E261 E301 E302 E303 E401 E501 E701
110110

111111
doc/* ALL
112+
tutorials/* E402 E501
112113

113114
*examples/* E116 E501 E402
114115
*examples/pylab_examples/table_demo.py E201

0 commit comments

Comments
 (0)
0