From f0e2e694aacf72b5fbb4a35afc4edb64dda8b7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Thu, 18 Dec 2025 15:01:07 +0100 Subject: [PATCH] Add make_pretty.sh script --- make_pretty.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 make_pretty.sh diff --git a/make_pretty.sh b/make_pretty.sh new file mode 100755 index 0000000000..a31b007b33 --- /dev/null +++ b/make_pretty.sh @@ -0,0 +1,7 @@ +#!/bin/bash -e + +CP2K_ROOT=$(dirname "$0") + +"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications + +#EOF