You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mypy app/__init__.py app/app.py tests/__init__.py tests/subdir/test_two.py tests/test_one.pytests/subdir/test_two.py:1: error: Function is missing a type annotation
version info
$ mypy --version
mypy 0.620
CC @ethanhs since we chatted about this in IRC/slack
The text was updated successfully, but these errors were encountered:
My goal: enforce
disallow_untyped_defs
in my application but not in my tests.Here's my setup:
The important contents:
And either of these two
mypy.ini
files:I expect this command to produce no errors:
version info
CC @ethanhs since we chatted about this in IRC/slack
The text was updated successfully, but these errors were encountered: