sbp opened a new issue, #502:
URL: https://github.com/apache/tooling-trusted-releases/issues/502
This would save developers from having to think about this when programming,
committing, and reviewing. I've been running `git diff --cached --name-only --
'*.py' | xargs -I {} sh scripts/fix_order.sh {}`, but in `pre-commit` I'm not
sure if we can use the input files with `xargs`. Perhaps we can just `ls -1`
them into `xargs`? I run `pre-commit` checks over all files habitually, though,
so perhaps using the original command as is would be better to avoid making my
`pre-commit` runs take much longer.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]