Skip to content

Commit

Permalink
scripts: install_hook: Adapt to non-poetry-scripts way of execution
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimifr committed Mar 18, 2024
1 parent d6cff80 commit 7edee2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SCRIPT = r"""#!/bin/sh
set -o noglob
poetry run install-hook
python3 scripts/install_hook.py
poetry run black .
Expand Down

0 comments on commit 7edee2f

Please sign in to comment.