Commit f20bc62
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments