Skip to content

Commit

Permalink
Lint without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Rai220 committed Oct 8, 2024
1 parent 26aa069 commit 4b98e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/community/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 4b98e2e

Please sign in to comment.