Skip to content

Commit 3b4eecd

Browse files
authored
Merge pull request #31 from SublimeLinter/mypy-configuration
Add standard mypy configuration
2 parents 0db8e00 + 23cb92c commit 3b4eecd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

mypy.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[mypy]
2+
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-Default]
11+
ignore_missing_imports = True
12+
13+
[mypy-unittesting]
14+
ignore_missing_imports = True
15+
16+
[mypy-package_control]
17+
ignore_missing_imports = True

0 commit comments

Comments
 (0)