Skip to content

Commit

Permalink
some lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed Jul 24, 2024
1 parent a74d73b commit 15f743f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ flake8:
@echo "Running flake8 lint..."
@python -m flake8 $(FLAKE8_OPTIONS) $(CHECKED_IN_PYTHON_FILES)


.PHONY: clean-test
clean-test:
find storey -name '*.pyc' -exec rm {} \;
Expand Down Expand Up @@ -81,7 +80,6 @@ integration:clean-test
find integration -name '*.pyc' -exec rm {} \;
python -m pytest -rf -v integration


.PHONY: integration-coverage
integration-coverage:clean-test
find integration -name '*.pyc' -exec rm {} \;
Expand Down Expand Up @@ -115,7 +113,6 @@ docs: # Build html docs
rm -f docs/external/*.md
cd docs && make html


.PHONY: coverage-combine
coverage-combine:
rm -f coverage_reports/combined.coverage
Expand Down

0 comments on commit 15f743f

Please sign in to comment.