Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cosmicweb98
/
swapmyface
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cosmicweb98
commited on
Jul 26, 2024
Commit
9119c93
·
verified
·
1 Parent(s):
556baaa
Upload mypy.ini
Browse files
Files changed (1)
hide
show
mypy.ini
+7
-0
mypy.ini
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
[mypy]
2
+
check_untyped_defs = True
3
+
disallow_any_generics = True
4
+
disallow_untyped_calls = True
5
+
disallow_untyped_defs = True
6
+
ignore_missing_imports = True
7
+
strict_optional = False