matangover/mypy-vscode

getting pop up error notification "Probably mypy is not installed"

wardy3 opened this issue · 3 comments

Probably mypy is not installed in the active interpreter (/Users/wardy/Documents/EMC/gitlab.nosync/storage/.venv/bin/python). Either install mypy in this interpreter or switch off the mypy.runUsingActiveInterpreter setting. See Output panel for details.

Otherwise, it seems to work

Output below:

Mypy extension activated, version 0.2.3
Registering listener for interpreter changed event
Listener registered
[1] Check folder: /Users/wardy/Documents/EMC/gitlab.nosync/storage
Activation complete
[1] Received python path from Python extension: /Users/wardy/Documents/EMC/gitlab.nosync/storage/.venv/bin/python
[1] Running dmypy in folder /Users/wardy/Documents/EMC/gitlab.nosync/storage
/Users/wardy/Documents/EMC/gitlab.nosync/storage/.venv/bin/python -m mypy.dmypy --status-file '/Users/wardy/Library/Application Support/Code - Insiders/User/workspaceStorage/05e5553aedfa7f614f3a26799365b875/matangover.mypy/dmypy-d0bb5153520d1adab295a0311e0653dcd4da6fae-96497.json' run --log-file '/Users/wardy/Library/Application Support/Code - Insiders/User/workspaceStorage/05e5553aedfa7f614f3a26799365b875/matangover.mypy/dmypy-d0bb5153520d1adab295a0311e0653dcd4da6fae.log' -- . --show-column-numbers --no-error-summary --no-pretty --no-color-output --python-executable /Users/wardy/Documents/EMC/gitlab.nosync/storage/.venv/bin/python
[1] Error running mypy in /Users/wardy/Documents/EMC/gitlab.nosync/storage. Probably mypy is not installed in the active interpreter (/Users/wardy/Documents/EMC/gitlab.nosync/storage/.venv/bin/python). Either install mypy in this interpreter or switch off the mypy.runUsingActiveInterpreter setting. See Output panel for details.
[1] stdout:
Daemon started
try_decorators.py:5:1: error: Cannot find implementation or library stub for module named "decorators"  [import]
try_decorators.py:8:2: error: Untyped decorator makes function "yielder" untyped  [misc]
try_decorators.py:21:2: error: Untyped decorator makes function "yielder2" untyped  [misc]
bill_analyse.py:25:1: error: Function is missing a type annotation  [no-untyped-def]
bill_analyse.py:30:1: error: Function is missing a type annotation  [no-untyped-def]
bill_analyse.py:41:12: error: Call to untyped function "set_space_cols" in typed context  [no-untyped-call]
bill_analyse.py:46:10: error: Call to untyped function "load_df" in typed context  [no-untyped-call]
bill_analyse.py:47:10: error: Call to untyped function "load_df" in typed context  [no-untyped-call]
bill_analyse.py:48:10: error: Call to untyped function "load_df" in typed context  [no-untyped-call]
oneoffs/pathbau.py:3:1: error: Cannot find implementation or library stub for module named "isilon_billing_structs"  [import]
try_twisted.py:5:1: error: Cannot find implementation or library stub for module named "twisted.internet"  [import]
try_twisted.py:8:20: error: Class cannot subclass "Protocol" (has type "Any")  [misc]
try_twisted.py:28:19: error: Class cannot subclass "Factory" (has type "Any")  [misc]
try_twisted.py:32:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
try_dc_inheritance.py:12:5: error: Function is missing a return type annotation  [no-untyped-def]
try_dc_inheritance.py:25:5: error: Function is missing a return type annotation  [no-untyped-def]
try_dc_inheritance.py:29:5: error: Function is missing a return type annotation  [no-untyped-def]
try_abc.py:35:5: error: Function is missing a return type annotation  [no-untyped-def]
try_abc.py:35:5: note: Use "-> None" if function does not return a value
try_abc.py:41:5: error: Cannot instantiate abstract class "Bad" with abstract attribute "do_something"  [abstract]
try_abc.py:41:5: error: Missing positional argument "b" in call to "Bad"  [call-arg]
try_abc.py:41:9: error: Argument 1 to "Bad" has incompatible type "int"; expected "str"  [arg-type]
srp_rpt_startup.py:48:30: error: Incompatible default for argument "passed_args" (default has type "None", argument has type "List[str]")  [assignment]
srp_rpt_startup.py:48:30: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
srp_rpt_startup.py:48:30: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
sgname-check.py:20:1: error: Function is missing a type annotation  [no-untyped-def]
sgname-check.py:43:1: error: Function is missing a type annotation  [no-untyped-def]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
sgname-check.py:57:1: error: Function is missing a type annotation  [no-untyped-def]
sgname-check.py:58:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
sgname-check.py:60:5: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
sgname-check.py:211:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
san_util.py:14:1: error: Skipping analyzing "core.mixins": module is installed, but missing library stubs or py.typed marker  [import]
san_util.py:597:11: error: Class cannot subclass "SimpleRepr" (has type "Any")  [misc]
san_util.py:642:36: error: Incompatible default for argument "path" (default has type "None", argument has type "Path")  [assignment]
san_util.py:642:36: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
san_util.py:642:36: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
isilon_ca.py:72:1: error: Function is missing a return type annotation  [no-untyped-def]
isilon_ca.py:72:1: note: Use "-> None" if function does not return a value
isilon_ca.py:96:66: error: Missing type parameters for generic type "set"  [type-arg]
isilon_ca.py:271:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
file_locations.py:7:1: error: Function is missing a type annotation  [no-untyped-def]
file_locations.py:39:1: error: Function is missing a return type annotation  [no-untyped-def]
file_locations.py:39:1: note: Use "-> None" if function does not return a value
file_locations.py:44:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
echo-server.py:22:1: error: Name "x" is not defined  [name-defined]
csvgrep.py:29:1: error: Function is missing a type annotation  [no-untyped-def]
csvgrep.py:79:1: error: Function is missing a type annotation  [no-untyped-def]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
csvgrep.py:97:1: error: Function is missing a type annotation  [no-untyped-def]
csvgrep.py:98:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
csvgrep.py:100:14: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
csvgrep.py:184:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
srp_rpt_calc.py:10:1: error: Skipping analyzing "symcli.structs.symcfg_list": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:11:1: error: Skipping analyzing "symcli.structs.symcfg_list_demand_md": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:12:1: error: Skipping analyzing "symcli.structs.symcfg_list_srp": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:13:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:21: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srp_rpt_calc.py:41:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srp_rpt_calc.py:58:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srp_rpt_calc.py:163:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srm-forecast.py:36:1: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:68:1: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
srm-forecast.py:96:40: error: Missing type parameters for generic type "tuple"  [type-arg]
srm-forecast.py:97:32: error: Missing type parameters for generic type "tuple"  [type-arg]
srm-forecast.py:113:5: error: Function is missing a return type annotation  [no-untyped-def]
srm-forecast.py:146:5: error: Function is missing a return type annotation  [no-untyped-def]
srm-forecast.py:153:5: error: Function is missing a return type annotation  [no-untyped-def]
srm-forecast.py:157:17: error: Call to untyped function "_csv_write" in typed context  [no-untyped-call]
srm-forecast.py:159:13: error: Call to untyped function "_csv_write" in typed context  [no-untyped-call]
srm-forecast.py:183:5: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:213:1: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:214:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
srm-forecast.py:217:14: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
srm-forecast.py:232:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
unused/tf-cycle.py:32:1: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:72:1: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
unused/tf-cycle.py:97:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:122:39: error: Call to untyped function "Cycle" in typed context  [no-untyped-call]
unused/tf-cycle.py:132:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:146:33: error: Call to untyped function "source_devs" in typed context  [no-untyped-call]
unused/tf-cycle.py:149:48: error: Call to untyped function "target_devs" in typed context  [no-untyped-call]
unused/tf-cycle.py:152:46: error: Call to untyped function "target_dgs" in typed context  [no-untyped-call]
unused/tf-cycle.py:164:30: error: Missing type parameters for generic type "list"  [type-arg]
unused/tf-cycle.py:168:16: error: Incompatible return value type (got "dict_keys[Any, Cycle]", expected "List[Any]")  [return-value]
unused/tf-cycle.py:170:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:198:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:240:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:246:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:252:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:258:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:262:22: error: Call to untyped function "_increment_last" in typed context  [no-untyped-call]
unused/tf-cycle.py:268:41: error: Call to untyped function "_device_file" in typed context  [no-untyped-call]
unused/tf-cycle.py:275:17: error: Call to untyped function "_run_command" in typed context  [no-untyped-call]
unused/tf-cycle.py:281:13: error: Call to untyped function "_run_command" in typed context  [no-untyped-call]
unused/tf-cycle.py:290:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:303:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:315:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:327:1: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:328:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
unused/tf-cycle.py:330:14: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
unused/tf-cycle.py:335:17: error: Call to untyped function "locations" in typed context  [no-untyped-call]
unused/tf-cycle.py:357:9: error: Call to untyped function "from_json" in typed context  [no-untyped-call]
unused/tf-cycle.py:358:17: error: Call to untyped function "cycle" in typed context  [no-untyped-call]
unused/tf-cycle.py:372:13: error: Incompatible types in assignment (expression has type "datetime", variable has type "float")  [assignment]
unused/tf-cycle.py:373:13: error: "float" has no attribute "strftime"  [attr-defined]
unused/tf-cycle.py:378:17: error: Call to untyped function "to_json" in typed context  [no-untyped-call]
unused/tf-cycle.py:397:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
sheet-loop.py:183:17: error: Call to untyped function "locations" in typed context  [no-untyped-call]
switchmem.py:10:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:12:1: error: Skipping analyzing "startup.config": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:14:1: error: Skipping analyzing "xlsxwriter": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:15:1: error: Cannot find implementation or library stub for module named "mdssdk.switch"  [import]
switchmem.py:16:1: error: Cannot find implementation or library stub for module named "mdssdk.system"  [import]
switchmem.py:20:1: error: Skipping analyzing "xlsxwriter.utility": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:60:1: error: Function is missing a return type annotation  [no-untyped-def]
switchmem.py:60:1: note: Use "-> None" if function does not return a value
switchmem.py:109:41: error: Missing type parameters for generic type "dict"  [type-arg]
switchmem.py:153:46: error: Missing type parameters for generic type "dict"  [type-arg]
switchmem.py:221:66: error: Missing type parameters for generic type "tuple"  [type-arg]
switchmem.py:243:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
switchmem.py:261:1: note: (Skipping most remaining errors due to unresolved imports or missing stubs; fix these first)
unused/vmax_old.py:17:1: error: Library stubs not installed for "xmltodict"  [import]
unused/vmax_old.py:17:1: note: Hint: "python3 -m pip install types-xmltodict"
unused/vmax_old.py:18:1: error: Skipping analyzing "diskcache": module is installed, but missing library stubs or py.typed marker  [import]
try_plotext.py:5:1: error: Cannot find implementation or library stub for module named "plotext"  [import]
tests/isi_sdk_tests/capture.py:11:1: error: Skipping analyzing "diskcache": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_report.py:16:1: error: Skipping analyzing "xlsxwriter.utility": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:16:1: error: Skipping analyzing "startup.config": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:19:1: error: Skipping analyzing "symcli.runner": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:19:1: error: Skipping analyzing "symcli": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:28:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:8:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:9:1: error: Skipping analyzing "symcli.runner": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:9:1: error: Skipping analyzing "symcli": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:11:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
switch_cisco.py:19:1: error: Skipping analyzing "core.mixins": module is installed, but missing library stubs or py.typed marker  [import]
tests/test_srp_rpt.py:8:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
tests/isi_sdk_tests/conftest.py:10:1: error: Cannot find implementation or library stub for module named "common_test_utils"  [import]
switch-devalias.py:32:1: error: Skipping analyzing "xlsxwriter": module is installed, but missing library stubs or py.typed marker  [import]
switch-check.py:18:1: error: Library stubs not installed for "yaml"  [import]
network_utils.py:62: error: Unused "type: ignore" comment
network_utils.py:92: error: Unused "type: ignore" comment
network_utils.py:106: error: Unused "type: ignore" comment
network_utils.py:109: error: Unused "type: ignore" comment
network_utils.py:110: error: Unused "type: ignore" comment
network_utils.py:111: error: Unused "type: ignore" comment
isi_alloc_components/try_template.py:4:1: error: Cannot find implementation or library stub for module named "template"  [import]
vmax_logins.py:20:1: error: Library stubs not installed for "colorama"  [import]
vmax_batch.py:22:1: error: Skipping analyzing "startup.config": module is installed, but missing library stubs or py.typed marker  [import]
switch_all.py:21:1: error: Skipping analyzing "cisco_nxos_templates": module is installed, but missing library stubs or py.typed marker  [import]
switch_all.py:23:1: error: Skipping analyzing "netmiko": module is installed, but missing library stubs or py.typed marker  [import]
dfs.py:121: error: Unused "type: ignore" comment
HEADER.py:37:1: error: Library stubs not installed for "colorama"  [import]
HEADER.py:37:1: note: Hint: "python3 -m pip install types-colorama"
HEADER.py:38:1: error: Skipping analyzing "xlsxwriter": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:13:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:17:1: error: Skipping analyzing "pandas.io.formats": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:21:1: error: Skipping analyzing "symcli.runner": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:22:1: error: Skipping analyzing "symcli.structs.symaccess_list_stor_devs": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:23:1: error: Skipping analyzing "symcli.structs.symdev_list_v": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:24:1: error: Skipping analyzing "symcli.structs.symsnapvx_list": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:25:1: error: Skipping analyzing "symcli.structs.symsnapvx_list_linked": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:26:1: error: Skipping analyzing "symcli.symaccess": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:27:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:28:1: error: Skipping analyzing "symcli.symdev": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:29:1: error: Skipping analyzing "symcli.symsnapvx": module is installed, but missing library stubs or py.typed marker  [import]
try_schedule.py:10:1: error: Cannot find implementation or library stub for module named "schedule"  [import]
srm.py:20: error: Unused "type: ignore" comment
srm.py:117: error: Unused "type: ignore" comment
srm.py:364: error: Unused "type: ignore" comment
isi_virus_threats.py:12:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_virus_threats.py:17:1: error: Library stubs not installed for "yaml"  [import]
isi_virus_threats.py:17:1: note: Hint: "python3 -m pip install types-PyYAML"
isi_mon_tiers.py:12:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_tiers.py:17:1: error: Skipping analyzing "pandas.io.formats": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_jobs.py:11:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_jobs.py:16:1: error: Skipping analyzing "pandas.io.formats": module is installed, but missing library stubs or py.typed marker  [import]
tests/test_vmax_batch.py:446: error: Unused "type: ignore" comment
isi_alloc_components/template.py:16:1: error: Skipping analyzing "validators": module is installed, but missing library stubs or py.typed marker  [import]
isi_alloc_components/template.py:16:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
smbperms.py:14: error: Unused "type: ignore" comment
isi_nfs_rmclient.py:11:1: error: Skipping analyzing "validators": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_api_ping.py:21: error: Unused "type: ignore" comment
isi_bill_srm_quotas.py:38: error: Unused "type: ignore" comment
isi_api.py:29: error: Unused "type: ignore" comment
tests/isi_sdk_tests/test_isi_decomm_part2.py:121: error: Unused "type: ignore" comment
tests/isi_sdk_tests/test_isi_decomm_part2.py:140: error: Unused "type: ignore" comment
isi_mon_synciqrpt.py:15:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_synciq.py:13:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_smartpools.py:11:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_daily.py:11:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_bill_fsa_usage.py:30: error: Unused "type: ignore" comment
isi_bill_fsa_usage.py:282: error: Unused "type: ignore" comment

[1] stderr:
pyproject.toml: [mypy]: Unrecognized option: ignore_without_code = True

[1] Mypy output:
Daemon started
try_decorators.py:5:1: error: Cannot find implementation or library stub for module named "decorators"  [import]
try_decorators.py:8:2: error: Untyped decorator makes function "yielder" untyped  [misc]
try_decorators.py:21:2: error: Untyped decorator makes function "yielder2" untyped  [misc]
bill_analyse.py:25:1: error: Function is missing a type annotation  [no-untyped-def]
bill_analyse.py:30:1: error: Function is missing a type annotation  [no-untyped-def]
bill_analyse.py:41:12: error: Call to untyped function "set_space_cols" in typed context  [no-untyped-call]
bill_analyse.py:46:10: error: Call to untyped function "load_df" in typed context  [no-untyped-call]
bill_analyse.py:47:10: error: Call to untyped function "load_df" in typed context  [no-untyped-call]
bill_analyse.py:48:10: error: Call to untyped function "load_df" in typed context  [no-untyped-call]
oneoffs/pathbau.py:3:1: error: Cannot find implementation or library stub for module named "isilon_billing_structs"  [import]
try_twisted.py:5:1: error: Cannot find implementation or library stub for module named "twisted.internet"  [import]
try_twisted.py:8:20: error: Class cannot subclass "Protocol" (has type "Any")  [misc]
try_twisted.py:28:19: error: Class cannot subclass "Factory" (has type "Any")  [misc]
try_twisted.py:32:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
try_dc_inheritance.py:12:5: error: Function is missing a return type annotation  [no-untyped-def]
try_dc_inheritance.py:25:5: error: Function is missing a return type annotation  [no-untyped-def]
try_dc_inheritance.py:29:5: error: Function is missing a return type annotation  [no-untyped-def]
try_abc.py:35:5: error: Function is missing a return type annotation  [no-untyped-def]
try_abc.py:35:5: note: Use "-> None" if function does not return a value
try_abc.py:41:5: error: Cannot instantiate abstract class "Bad" with abstract attribute "do_something"  [abstract]
try_abc.py:41:5: error: Missing positional argument "b" in call to "Bad"  [call-arg]
try_abc.py:41:9: error: Argument 1 to "Bad" has incompatible type "int"; expected "str"  [arg-type]
srp_rpt_startup.py:48:30: error: Incompatible default for argument "passed_args" (default has type "None", argument has type "List[str]")  [assignment]
srp_rpt_startup.py:48:30: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
srp_rpt_startup.py:48:30: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
sgname-check.py:20:1: error: Function is missing a type annotation  [no-untyped-def]
sgname-check.py:43:1: error: Function is missing a type annotation  [no-untyped-def]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
sgname-check.py:54:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
sgname-check.py:57:1: error: Function is missing a type annotation  [no-untyped-def]
sgname-check.py:58:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
sgname-check.py:60:5: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
sgname-check.py:211:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
san_util.py:14:1: error: Skipping analyzing "core.mixins": module is installed, but missing library stubs or py.typed marker  [import]
san_util.py:597:11: error: Class cannot subclass "SimpleRepr" (has type "Any")  [misc]
san_util.py:642:36: error: Incompatible default for argument "path" (default has type "None", argument has type "Path")  [assignment]
san_util.py:642:36: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
san_util.py:642:36: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
isilon_ca.py:72:1: error: Function is missing a return type annotation  [no-untyped-def]
isilon_ca.py:72:1: note: Use "-> None" if function does not return a value
isilon_ca.py:96:66: error: Missing type parameters for generic type "set"  [type-arg]
isilon_ca.py:271:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
file_locations.py:7:1: error: Function is missing a type annotation  [no-untyped-def]
file_locations.py:39:1: error: Function is missing a return type annotation  [no-untyped-def]
file_locations.py:39:1: note: Use "-> None" if function does not return a value
file_locations.py:44:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
echo-server.py:22:1: error: Name "x" is not defined  [name-defined]
csvgrep.py:29:1: error: Function is missing a type annotation  [no-untyped-def]
csvgrep.py:79:1: error: Function is missing a type annotation  [no-untyped-def]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
csvgrep.py:92:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
csvgrep.py:97:1: error: Function is missing a type annotation  [no-untyped-def]
csvgrep.py:98:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
csvgrep.py:100:14: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
csvgrep.py:184:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
srp_rpt_calc.py:10:1: error: Skipping analyzing "symcli.structs.symcfg_list": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:11:1: error: Skipping analyzing "symcli.structs.symcfg_list_demand_md": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:12:1: error: Skipping analyzing "symcli.structs.symcfg_list_srp": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:13:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_calc.py:21: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srp_rpt_calc.py:41:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srp_rpt_calc.py:58:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srp_rpt_calc.py:163:5: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
srm-forecast.py:36:1: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:68:1: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
srm-forecast.py:83:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
srm-forecast.py:96:40: error: Missing type parameters for generic type "tuple"  [type-arg]
srm-forecast.py:97:32: error: Missing type parameters for generic type "tuple"  [type-arg]
srm-forecast.py:113:5: error: Function is missing a return type annotation  [no-untyped-def]
srm-forecast.py:146:5: error: Function is missing a return type annotation  [no-untyped-def]
srm-forecast.py:153:5: error: Function is missing a return type annotation  [no-untyped-def]
srm-forecast.py:157:17: error: Call to untyped function "_csv_write" in typed context  [no-untyped-call]
srm-forecast.py:159:13: error: Call to untyped function "_csv_write" in typed context  [no-untyped-call]
srm-forecast.py:183:5: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:213:1: error: Function is missing a type annotation  [no-untyped-def]
srm-forecast.py:214:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
srm-forecast.py:217:14: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
srm-forecast.py:232:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
unused/tf-cycle.py:32:1: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:72:1: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
unused/tf-cycle.py:85:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
unused/tf-cycle.py:97:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:122:39: error: Call to untyped function "Cycle" in typed context  [no-untyped-call]
unused/tf-cycle.py:132:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:146:33: error: Call to untyped function "source_devs" in typed context  [no-untyped-call]
unused/tf-cycle.py:149:48: error: Call to untyped function "target_devs" in typed context  [no-untyped-call]
unused/tf-cycle.py:152:46: error: Call to untyped function "target_dgs" in typed context  [no-untyped-call]
unused/tf-cycle.py:164:30: error: Missing type parameters for generic type "list"  [type-arg]
unused/tf-cycle.py:168:16: error: Incompatible return value type (got "dict_keys[Any, Cycle]", expected "List[Any]")  [return-value]
unused/tf-cycle.py:170:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:198:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:240:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:246:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:252:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:258:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:262:22: error: Call to untyped function "_increment_last" in typed context  [no-untyped-call]
unused/tf-cycle.py:268:41: error: Call to untyped function "_device_file" in typed context  [no-untyped-call]
unused/tf-cycle.py:275:17: error: Call to untyped function "_run_command" in typed context  [no-untyped-call]
unused/tf-cycle.py:281:13: error: Call to untyped function "_run_command" in typed context  [no-untyped-call]
unused/tf-cycle.py:290:5: error: Function is missing a return type annotation  [no-untyped-def]
unused/tf-cycle.py:303:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:315:5: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:327:1: error: Function is missing a type annotation  [no-untyped-def]
unused/tf-cycle.py:328:12: error: Call to untyped function "parse_args" in typed context  [no-untyped-call]
unused/tf-cycle.py:330:14: error: Call to untyped function "set_logging" in typed context  [no-untyped-call]
unused/tf-cycle.py:335:17: error: Call to untyped function "locations" in typed context  [no-untyped-call]
unused/tf-cycle.py:357:9: error: Call to untyped function "from_json" in typed context  [no-untyped-call]
unused/tf-cycle.py:358:17: error: Call to untyped function "cycle" in typed context  [no-untyped-call]
unused/tf-cycle.py:372:13: error: Incompatible types in assignment (expression has type "datetime", variable has type "float")  [assignment]
unused/tf-cycle.py:373:13: error: "float" has no attribute "strftime"  [attr-defined]
unused/tf-cycle.py:378:17: error: Call to untyped function "to_json" in typed context  [no-untyped-call]
unused/tf-cycle.py:397:5: error: Call to untyped function "main" in typed context  [no-untyped-call]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Literal['%', '{', '$']"  [arg-type]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[SupportsWrite[str]]"  [arg-type]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[Iterable[Handler]]"  [arg-type]
sheet-loop.py:123:27: error: Argument 1 to "basicConfig" has incompatible type "**Dict[str, str]"; expected "Optional[bool]"  [arg-type]
sheet-loop.py:183:17: error: Call to untyped function "locations" in typed context  [no-untyped-call]
switchmem.py:10:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:12:1: error: Skipping analyzing "startup.config": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:14:1: error: Skipping analyzing "xlsxwriter": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:15:1: error: Cannot find implementation or library stub for module named "mdssdk.switch"  [import]
switchmem.py:16:1: error: Cannot find implementation or library stub for module named "mdssdk.system"  [import]
switchmem.py:20:1: error: Skipping analyzing "xlsxwriter.utility": module is installed, but missing library stubs or py.typed marker  [import]
switchmem.py:60:1: error: Function is missing a return type annotation  [no-untyped-def]
switchmem.py:60:1: note: Use "-> None" if function does not return a value
switchmem.py:109:41: error: Missing type parameters for generic type "dict"  [type-arg]
switchmem.py:153:46: error: Missing type parameters for generic type "dict"  [type-arg]
switchmem.py:221:66: error: Missing type parameters for generic type "tuple"  [type-arg]
switchmem.py:243:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
switchmem.py:261:1: note: (Skipping most remaining errors due to unresolved imports or missing stubs; fix these first)
unused/vmax_old.py:17:1: error: Library stubs not installed for "xmltodict"  [import]
unused/vmax_old.py:17:1: note: Hint: "python3 -m pip install types-xmltodict"
unused/vmax_old.py:18:1: error: Skipping analyzing "diskcache": module is installed, but missing library stubs or py.typed marker  [import]
try_plotext.py:5:1: error: Cannot find implementation or library stub for module named "plotext"  [import]
tests/isi_sdk_tests/capture.py:11:1: error: Skipping analyzing "diskcache": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt_report.py:16:1: error: Skipping analyzing "xlsxwriter.utility": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:16:1: error: Skipping analyzing "startup.config": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:19:1: error: Skipping analyzing "symcli.runner": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:19:1: error: Skipping analyzing "symcli": module is installed, but missing library stubs or py.typed marker  [import]
unused/srp_rpt.orig.py:28:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:8:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:9:1: error: Skipping analyzing "symcli.runner": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:9:1: error: Skipping analyzing "symcli": module is installed, but missing library stubs or py.typed marker  [import]
srp_rpt.py:11:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
switch_cisco.py:19:1: error: Skipping analyzing "core.mixins": module is installed, but missing library stubs or py.typed marker  [import]
tests/test_srp_rpt.py:8:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
tests/isi_sdk_tests/conftest.py:10:1: error: Cannot find implementation or library stub for module named "common_test_utils"  [import]
switch-devalias.py:32:1: error: Skipping analyzing "xlsxwriter": module is installed, but missing library stubs or py.typed marker  [import]
switch-check.py:18:1: error: Library stubs not installed for "yaml"  [import]
network_utils.py:62: error: Unused "type: ignore" comment
network_utils.py:92: error: Unused "type: ignore" comment
network_utils.py:106: error: Unused "type: ignore" comment
network_utils.py:109: error: Unused "type: ignore" comment
network_utils.py:110: error: Unused "type: ignore" comment
network_utils.py:111: error: Unused "type: ignore" comment
isi_alloc_components/try_template.py:4:1: error: Cannot find implementation or library stub for module named "template"  [import]
vmax_logins.py:20:1: error: Library stubs not installed for "colorama"  [import]
vmax_batch.py:22:1: error: Skipping analyzing "startup.config": module is installed, but missing library stubs or py.typed marker  [import]
switch_all.py:21:1: error: Skipping analyzing "cisco_nxos_templates": module is installed, but missing library stubs or py.typed marker  [import]
switch_all.py:23:1: error: Skipping analyzing "netmiko": module is installed, but missing library stubs or py.typed marker  [import]
dfs.py:121: error: Unused "type: ignore" comment
HEADER.py:37:1: error: Library stubs not installed for "colorama"  [import]
HEADER.py:37:1: note: Hint: "python3 -m pip install types-colorama"
HEADER.py:38:1: error: Skipping analyzing "xlsxwriter": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:13:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:17:1: error: Skipping analyzing "pandas.io.formats": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:21:1: error: Skipping analyzing "symcli.runner": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:22:1: error: Skipping analyzing "symcli.structs.symaccess_list_stor_devs": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:23:1: error: Skipping analyzing "symcli.structs.symdev_list_v": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:24:1: error: Skipping analyzing "symcli.structs.symsnapvx_list": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:25:1: error: Skipping analyzing "symcli.structs.symsnapvx_list_linked": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:26:1: error: Skipping analyzing "symcli.symaccess": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:27:1: error: Skipping analyzing "symcli.symcli": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:28:1: error: Skipping analyzing "symcli.symdev": module is installed, but missing library stubs or py.typed marker  [import]
vmax_mon_tf.py:29:1: error: Skipping analyzing "symcli.symsnapvx": module is installed, but missing library stubs or py.typed marker  [import]
try_schedule.py:10:1: error: Cannot find implementation or library stub for module named "schedule"  [import]
srm.py:20: error: Unused "type: ignore" comment
srm.py:117: error: Unused "type: ignore" comment
srm.py:364: error: Unused "type: ignore" comment
isi_virus_threats.py:12:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_virus_threats.py:17:1: error: Library stubs not installed for "yaml"  [import]
isi_virus_threats.py:17:1: note: Hint: "python3 -m pip install types-PyYAML"
isi_mon_tiers.py:12:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_tiers.py:17:1: error: Skipping analyzing "pandas.io.formats": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_jobs.py:11:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_jobs.py:16:1: error: Skipping analyzing "pandas.io.formats": module is installed, but missing library stubs or py.typed marker  [import]
tests/test_vmax_batch.py:446: error: Unused "type: ignore" comment
isi_alloc_components/template.py:16:1: error: Skipping analyzing "validators": module is installed, but missing library stubs or py.typed marker  [import]
isi_alloc_components/template.py:16:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
smbperms.py:14: error: Unused "type: ignore" comment
isi_nfs_rmclient.py:11:1: error: Skipping analyzing "validators": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_api_ping.py:21: error: Unused "type: ignore" comment
isi_bill_srm_quotas.py:38: error: Unused "type: ignore" comment
isi_api.py:29: error: Unused "type: ignore" comment
tests/isi_sdk_tests/test_isi_decomm_part2.py:121: error: Unused "type: ignore" comment
tests/isi_sdk_tests/test_isi_decomm_part2.py:140: error: Unused "type: ignore" comment
isi_mon_synciqrpt.py:15:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_synciq.py:13:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_smartpools.py:11:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_mon_daily.py:11:1: error: Skipping analyzing "core.emailing": module is installed, but missing library stubs or py.typed marker  [import]
isi_bill_fsa_usage.py:30: error: Unused "type: ignore" comment
isi_bill_fsa_usage.py:282: error: Unused "type: ignore" comment
❯ dmypy --version
dmypy 1.0.0

The reason you're getting this is hidden in the stderr output in the log:

pyproject.toml: [mypy]: Unrecognized option: ignore_without_code = True

I'll leave this issue open to see if I can improve the error message to be more descriptive.

aaah, yes. thank you! I just fixed that error this morning and just noticed that the mypy error stopped appearing.

all good now, thanks. but yes the error message was a bit misleading

thanks!

Fixed in next version