Skip to content

Commit

Permalink
python don't install (removed) legacy git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwuelker committed Jun 26, 2024
1 parent 14d7ecf commit 4f68c24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ def test_stormlicht(args, unknown_args):


def run():
# Install git pre-commit hook
log.info("Installing git commit hook...")
shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")

log.info("Downloading submodules if necessary...")
ensure_submodules_are_downloaded()

Expand Down

0 comments on commit 4f68c24

Please sign in to comment.