Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfbc35 commit d4021aaCopy full SHA for d4021aa
1 file changed
pytest.ini
@@ -114,11 +114,11 @@ pep8ignore =
114
doc/* ALL
115
tutorials/* E402 E501
116
117
- *examples/* E116 E501 E402
+ *examples/* E501 E402
118
*examples/pylab_examples/table_demo.py E201
119
- *examples/pylab_examples/tricontour_demo.py E201
120
- *examples/pylab_examples/tripcolor_demo.py E201
121
- *examples/pylab_examples/triplot_demo.py E201
+ *examples/images_contours_and_fields/tricontour_demo.py E201
+ *examples/images_contours_and_fields/tripcolor_demo.py E201
+ *examples/images_contours_and_fields/triplot_demo.py E201
122
*examples/pyplots/align_ylabels.py E231
123
*examples/pyplots/annotate_transform.py E228 E251
124
*examples/pyplots/annotation_basic.py E231
0 commit comments