Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype type hints for skimage.filters with mypy #7185

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

lagru
Copy link
Member

@lagru lagru commented Oct 4, 2023

Description

Experimentally type our skimage.filters module as part of the CZI-EOSS5 project. This is still early days. Check with

mypy skimage/filters

Checklist

Release note

Summarize the introduced changes in the code block below in one or a few sentences. The
summary will be included in the next release notes automatically:

...

Starting to type with mypy skimage/restoration/_cycle_spin.py...

The ignore_missing_imports, where generated for all PYX files with
manual additions.
Even though, mypy.ini should cover these, mypy still reports them as
imports with missing types. So for now, ignore them manually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant