Skip to content

Commit

Permalink
Add standard mypy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jul 17, 2022
1 parent 7480e61 commit 33da303
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[mypy]
check_untyped_defs = True
warn_redundant_casts = True
warn_unused_ignores = True
mypy_path =
:$MYPY_CONFIG_FILE_DIR/../
:$MYPY_CONFIG_FILE_DIR/../SublimeLinter/stubs
sqlite_cache = True

[mypy-Default]
ignore_missing_imports = True

[mypy-unittesting]
ignore_missing_imports = True

[mypy-package_control]
ignore_missing_imports = True

0 comments on commit 33da303

Please sign in to comment.