Skip to content

Commit

Permalink
STY: install and use pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Jul 2, 2024
1 parent 565bdd6 commit ac7cfd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/dev_conda
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
usage()
{
cat << EOF
usage: source $0
usage: source $0
Source this to activate the latest version a pcds conda environment.
EOF
Expand Down Expand Up @@ -56,4 +56,3 @@ source "${TOKEN_DIR}/typhos.sh"
if [ -n "${SSH_CONNECTION}" ]; then
export QT_QUICK_BACKEND="software"
fi

1 change: 0 additions & 1 deletion scripts/pcds_conda
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,3 @@ source "${TOKEN_DIR}/typhos.sh"
if [ -n "${SSH_CONNECTION}" ]; then
export QT_QUICK_BACKEND="software"
fi

0 comments on commit ac7cfd8

Please sign in to comment.