Skip to content

Commit

Permalink
Update lint-python-bash.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 18, 2024
1 parent 7ec64bc commit 3a61605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lint-python-bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e -E -u -o pipefail

echo "running pre-commit checks"
pre-commit run --all-files || exit 1
SKIP=yamllint pre-commit run --all-files || exit 1
echo "done running pre-commit checks"

echo "running mypy"
Expand Down

0 comments on commit 3a61605

Please sign in to comment.