Skip to content

Commit 7887d15

Browse files
danieldegrassecfriedt
authored andcommitted
scripts: pre-push: add ruff to check list
Ruff check should not be excluded from git hook, as it is run by the CI checker github Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent e08961d commit 7887d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/pre-push.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ manifest_base=$(west list -f "{abspath}" manifest)
3030
$zep_base/scripts/ci/check_compliance.py \
3131
-e Kconfig \
3232
-e ClangFormat \
33-
-e Ruff \
3433
-n -o /dev/null \
3534
-c main..$HEAD
3635

0 commit comments

Comments
 (0)