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
Arm backend: Fix mypy linting in pre-push (#10850)
- Adds ./src/ to MYPYPATH to find imports for editable install
- Make --revision point to the commit before the commit to be linted.
Since lintrunner compares files diffing between --revision and HEAD,
pointing it to the the latest commit (== HEAD) results in no files being
linted.
Signed-off-by: Adrian Lundell <[email protected]>
0 commit comments