From b8bd62036251a7a591550d2efb69d4857101abaf Mon Sep 17 00:00:00 2001 From: bswck Date: Fri, 27 Oct 2023 23:21:35 +0200 Subject: [PATCH] Rename wand script to magic --- scripts/{wand => magic} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename scripts/{wand => magic} (80%) diff --git a/scripts/wand b/scripts/magic similarity index 80% rename from scripts/wand rename to scripts/magic index 63a381b..ebd140b 100755 --- a/scripts/wand +++ b/scripts/magic @@ -1,12 +1,12 @@ #!/usr/bin/env bash # (C) bswck -# Manual alias for a long pre-commit command that acts like a wand ✨ +# Manual alias for a long pre-commit command that does some real magic ✨ # # Run this before pushing to ensure that the code is formatted and package locks # are up-to-date. Pre-commit updates requirements-dev.txt in order to make sure that # the CI environment can install the dev dependencies without Poetry. # # Usage: -# $ wand +# $ magic echo "✨ Doing the magic ✨" pre-commit run --all-files --hook-stage push \ No newline at end of file