Skip to content

Commit

Permalink
handwritten: Fix mypy errors with recent _lib.py changes
Browse files Browse the repository at this point in the history
generated\nidaqmx\_lib.py:10: error: Skipping analyzing "decouple": module is installed, but missing library stubs or py.typed marker  [import-untyped]
generated\nidaqmx\_lib.py:10: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
  • Loading branch information
bkeryan committed Mar 4, 2024
1 parent bab434c commit d54cceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ warn_unused_configs = true

[[tool.mypy.overrides]]
module = [
# https://github.com/HBNetwork/python-decouple/issues/122 - Add support for type stubs
"decouple.*",
# https://github.com/briancurtin/deprecation/issues/56 - Add type information (PEP 561)
"deprecation.*",
"grpc.experimental.*",
Expand Down

0 comments on commit d54cceb

Please sign in to comment.