Skip to content

mypy failure against sample code from watchdog homepage #840

@laoshaw

Description

@laoshaw

running mypy against the sample code at https://pypi.org/project/watchdog/ and it reports:

wdog1.py:4: error: Skipping analyzing "watchdog.observers": found module but no type hints or library stubs
wdog1.py:4: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
wdog1.py:5: error: Skipping analyzing "watchdog.events": found module but no type hints or library stubs
Found 2 errors in 1 file (checked 1 source file)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions