mkdocs_gallery/gen_single.py
1
F401:
'copy' imported but unused
15
import
copy
1
S403:
Consider possible security implications associated with pickle module.
19
import
pickle
1
S404:
Consider possible security implications associated with the subprocess module.
21
import
subprocess
1
S603:
subprocess call - check for execution of untrusted input.
606
proc
=
subprocess
.
Popen
(