Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18379cc

Browse files
committed
Add mypy.ini config
1 parent 869d9bb commit 18379cc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

mypy.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)