Skip to content

Commit

Permalink
mypy: Enable explicit_package_bases.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Oct 25, 2023
1 parent 8045cf4 commit 4e36082
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[mypy]
mypy_path = $MYPY_CONFIG_FILE_DIR/stubs
mypy_path =
$MYPY_CONFIG_FILE_DIR/stubs,
$MYPY_CONFIG_FILE_DIR/zulip,
$MYPY_CONFIG_FILE_DIR/zulip_bots,
$MYPY_CONFIG_FILE_DIR/zulip_botserver,
explicit_package_bases = True

check_untyped_defs = True
disallow_any_generics = True
Expand Down

0 comments on commit 4e36082

Please sign in to comment.