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
Add type: ignore in test that we can't set USE_SHELL on instances
As with other `type: ignore` comments in the deprecation tests,
mypy will detect if it is superfluous (provided warn_unused_ignores
is set to true), thereby enforcing that such code is a static type
error.
0 commit comments