Skip to content

Commit

Permalink
Set follow-imports to normal (default)
Browse files Browse the repository at this point in the history
With follow-imports set to skip, behavior between running mypy on the
whole module and just on single files (e.g. used in pre-commit) is
different. This allows mypy to follow imported modules which would
otherwise be ignored, including other submodules of gama.
  • Loading branch information
PGijsbers committed Mar 19, 2020
1 parent e9ef3a4 commit 56ffc19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ warn_unused_configs=True
# Probably want to turn back on later:
#no_implicit_optional
ignore_missing_imports=True
follow_imports=skip

# Following configuration are default, but made explicit:
warn_no_return=True
Expand Down

0 comments on commit 56ffc19

Please sign in to comment.