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.
1 parent 869d9bb commit 18379ccCopy full SHA for 18379cc
1 file changed
mypy.ini
@@ -0,0 +1,10 @@
1
+[mypy]
2
+check_untyped_defs = True
3
+warn_redundant_casts = True
4
+warn_unused_ignores = True
5
+mypy_path =
6
+ ../
7
+sqlite_cache = True
8
+
9
+[mypy-package_control]
10
+ignore_missing_imports = True
0 commit comments