mypy: Enable explicit_package_bases.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
8045cf4e65
commit
4e360828ba
1 changed files with 6 additions and 1 deletions
7
mypy.ini
7
mypy.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue