mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Apply changes from the shfmt pre-commit hook
This commit is contained in:
parent
406b6880bd
commit
2b48e75b23
1 changed files with 8 additions and 6 deletions
|
@ -4,7 +4,8 @@ set -o nounset
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
USAGE=$(cat << 'END_OF_LINE'
|
USAGE=$(
|
||||||
|
cat << 'END_OF_LINE'
|
||||||
Configure a developement environment for this repository.
|
Configure a developement environment for this repository.
|
||||||
|
|
||||||
It does the following:
|
It does the following:
|
||||||
|
@ -160,7 +161,8 @@ pre-commit install ${INSTALL_HOOKS:+"--install-hooks"}
|
||||||
# This could fail if the remotes are already setup, but that is ok.
|
# This could fail if the remotes are already setup, but that is ok.
|
||||||
set +o errexit
|
set +o errexit
|
||||||
|
|
||||||
eval "$(python3 << 'END_OF_LINE'
|
eval "$(
|
||||||
|
python3 << 'END_OF_LINE'
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import yaml
|
import yaml
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue