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

Skip to content

Commit aa9892e

Browse files
committed
Update mypy configuration to find SublimeLinter's stubs files
1 parent f672a08 commit aa9892e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mypy.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ check_untyped_defs = True
33
warn_redundant_casts = True
44
warn_unused_ignores = True
55
mypy_path =
6-
../
6+
:$MYPY_CONFIG_FILE_DIR/../
7+
:$MYPY_CONFIG_FILE_DIR/../SublimeLinter/stubs
78
sqlite_cache = True
89

910
[mypy-package_control]

0 commit comments

Comments
 (0)