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
Don't error unnecessarily about new syntax in dependencies where we ignore errors anyways (#21883)
This fixes#21178 (at least my own
root cause for it). This is actually a bit trickier than I thought (you
can read that issue to see what I thought would work, which was naive!).
However, even though we use the `ast` module and cannot make the errors
nonblocking, we can work around the root cause of that issue i.e. that
new features in dependencies can cause mypy to fail.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments