Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)