Skip to content

Commit

Permalink
feat(mlop-2454): update exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
albjoaov committed Oct 11, 2024
1 parent 46c2a19 commit 7c2882d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ quality-check:
@echo "Flake 8"
@echo "======="
@echo ""
@python -m flake8 --exclude="venv" && echo "Success"
@python -m flake8 --exclude="build/|buck-out/|dist/|_build/|pip/|\.pip/|\.git/|\.hg/|\.mypy_cache/|\.tox/|\.venv/|venv/" && echo "Success"
@echo ""

.PHONY: type-check
Expand All @@ -95,7 +95,7 @@ type-check:
@echo "mypy"
@echo "===="
@echo ""
@python -m mypy --exclude="venv" butterfree
@python -m mypy --exclude="build/|buck-out/|dist/|_build/|pip/|\.pip/|\.git/|\.hg/|\.mypy_cache/|\.tox/|\.venv/|venv/" butterfree

.PHONY: checks
## run all code checks
Expand Down

0 comments on commit 7c2882d

Please sign in to comment.