From 52cd65fefb12a2e88cbef1eca452227fc779765a Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Mon, 25 Aug 2025 08:24:24 +0200 Subject: [PATCH] lint dont bother me --- scripts/lint/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint/lint.sh b/scripts/lint/lint.sh index f988a88564..11a6acc7c9 100755 --- a/scripts/lint/lint.sh +++ b/scripts/lint/lint.sh @@ -13,7 +13,7 @@ cd $ROOT FAILED=0 -IGNORED_FILES="uv\.lock|docs\/CARS.md|LICENSE\.md|layouts\/.*\.xml" +IGNORED_FILES="uv\.lock|docs\/CARS.md|LICENSE\.md|layouts\/.*\.xml|.*\.ipynb" IGNORED_DIRS="^third_party.*|^msgq.*|^msgq_repo.*|^opendbc.*|^opendbc_repo.*|^cereal.*|^panda.*|^rednose.*|^rednose_repo.*|^tinygrad.*|^tinygrad_repo.*|^teleoprtc.*|^teleoprtc_repo.*" function run() {