Skip to content

Commit 3e54489

Browse files
committed
Disable extern file check for venv activation in script
Suggests that some refactoring is in order, but since this is also testing shellcheck itself, it's an OK exercise. Since there isn't a venv created in the CI action that runs shellcheck, it can't read the script to check for issues.
1 parent 5ab9dcf commit 3e54489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install_run_precommit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC1091
23

34
python3 -m venv .venv
45

0 commit comments

Comments
 (0)