VARCO_Arena / precommit.sh
sonsus's picture
others
c2ba4d5
raw
history blame
175 Bytes
# reformat all to prevent commit problem
git add .
pre-commit run --all-files
# restore the files added so that one can actually add files to be commit
git restore --staged .