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
Is your feature request related to a problem? Please describe.
Running mypy on a project that uses nisyscfg returns errors like this:
error: Skipping analyzing "nisyscfg": module is installed, but missing library stubs or py.typed marker [import-untyped]
Describe the solution you'd like
Add type hints for the parts of nisyscfg that don't have them, and add a py.typed file so that clients using mypy or Pyright can benefit from nisyscfg's type hints.
Is your feature request related to a problem? Please describe.
Running mypy on a project that uses
nisyscfg
returns errors like this:Describe the solution you'd like
Add type hints for the parts of
nisyscfg
that don't have them, and add apy.typed
file so that clients using mypy or Pyright can benefit fromnisyscfg
's type hints.Describe alternatives you've considered
None
Additional context
None
Workaround
The text was updated successfully, but these errors were encountered: