cp2k/make_pretty.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
120 B
Bash
Raw Permalink Normal View History

2025-12-18 15:01:07 +01:00
#!/bin/bash -e
CP2K_ROOT=$(dirname "$0")
"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications "$@"
2025-12-18 15:01:07 +01:00
#EOF