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
It looks like that executing multiple process of mypy in parallel is hitting some kind concurrency issue when executing (for example typing make ling). The issue can be avoided by asking pre-commit to process the files in sequence (alias avoid tool parallel execution for mypy hook).
The text was updated successfully, but these errors were encountered:
It looks like that executing multiple process of mypy in parallel is hitting some kind concurrency issue when executing (for example typing
make ling
). The issue can be avoided by askingpre-commit
to process the files in sequence (alias avoid tool parallel execution for mypy hook).The text was updated successfully, but these errors were encountered: