mkdocs_gallery/scrapers.py
1
F401:
'matplotlib' imported but unused
608
import
matplotlib
1
F841:
local variable 'sources_dir' is assigned to but never used
502
sources_dir
=
script
.
gallery
.
all_info
.
mkdocs_docs_dir
1
E261:
at least two spaces before inline comment
311
return
""
# skip scraper function
1
E265:
block comment should start with '# '
359
# pyvista >= 0.40
1
E302:
expected 2 blank lines, found 1
330
def
pyvista_scraper
(
block
,
script
:
GalleryScript
):