Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
deepsynthbody/deepfake-ecg-generator
deepsynthbody
/
deepfake-ecg-generator-plus
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
deepfake-ecg-generator-plus
/
check-with-mypy
dreibh
Minor clean-ups.
ae6d4dd
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
#!/bin/sh -eu
SCRIPTS=
"app.py"
for
script
in
$SCRIPTS
;
do
echo
"
$script
:"
mypy --strict --ignore-missing-imports
$script
done