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
I have a medium size Python repo where ignore_type_checking_imports is useful for some packages but too strict (or too unpractical) for an entire repo.
I wonder if it is possible to make this per-module configuration?
I have a medium size Python repo where
ignore_type_checking_importsis useful for some packages but too strict (or too unpractical) for an entire repo.I wonder if it is possible to make this per-module configuration?