Skip to content

Commit 3a61605

Browse files
authored
Update lint-python-bash.sh
1 parent 7ec64bc commit 3a61605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/lint-python-bash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e -E -u -o pipefail
44

55
echo "running pre-commit checks"
6-
pre-commit run --all-files || exit 1
6+
SKIP=yamllint pre-commit run --all-files || exit 1
77
echo "done running pre-commit checks"
88

99
echo "running mypy"

0 commit comments

Comments
 (0)