From 4b98e2e25cd692ad9c4a75113aaaf0715c067072 Mon Sep 17 00:00:00 2001 From: Konstantin Krestnikov Date: Tue, 8 Oct 2024 14:40:18 +0300 Subject: [PATCH] Lint without cache --- libs/community/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/community/Makefile b/libs/community/Makefile index 1eff4253ca1a7..e16d995820075 100644 --- a/libs/community/Makefile +++ b/libs/community/Makefile @@ -45,6 +45,7 @@ lint_tests: PYTHON_FILES=tests lint_tests: MYPY_CACHE=.mypy_cache_test lint lint_diff lint_package lint_tests: + rm -rf $(MYPY_CACHE) ./scripts/check_pydantic.sh . ./scripts/lint_imports.sh . ./scripts/check_pickle.sh .