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 f672a08 commit aa9892eCopy full SHA for aa9892e
1 file changed
mypy.ini
@@ -3,7 +3,8 @@ check_untyped_defs = True
3
warn_redundant_casts = True
4
warn_unused_ignores = True
5
mypy_path =
6
- ../
+ :$MYPY_CONFIG_FILE_DIR/../
7
+ :$MYPY_CONFIG_FILE_DIR/../SublimeLinter/stubs
8
sqlite_cache = True
9
10
[mypy-package_control]
0 commit comments