From 3d02c0300145c956b7bde31af7eb5ef6654fff8c Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 6 Aug 2024 15:43:04 -0500 Subject: [PATCH] add back lint-imports (#33202) add back --- scripts/lint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lint.sh b/scripts/lint.sh index 3cf548f2bb..3da79f62f4 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -8,3 +8,4 @@ cd $DIR/../ # https://github.com/commaai/openpilot/blob/4b11c9e914707df9def598616995be2a5d355a6a/.pre-commit-config.yaml#L2 ruff check . +lint-imports