We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The isort pre-commit call was edited here so that it calls isort only on changed files rather than recursively on the whole repo.
isort
But there was a comment just above that line explaining in absurd detail why we are calling it recursively on the whole repo...
The text was updated successfully, but these errors were encountered:
Note that if the motivation for the change was to exclude submodules from linting, it looks like that can be done with the --extend-skip flag as used in the corresponding call in the astrobee repo.
--extend-skip
astrobee
Sorry, something went wrong.
Forgot to note this was fixed as part of 7d7852b
Bckempa
marinagmoreira
No branches or pull requests
The
isort
pre-commit call was edited here so that it callsisort
only on changed files rather than recursively on the whole repo.But there was a comment just above that line explaining in absurd detail why we are calling it recursively on the whole repo...
The text was updated successfully, but these errors were encountered: