Skip to content

Commit

Permalink
Flake8 now runs linter on TLT and Tests folders simultaneously (#241)
Browse files Browse the repository at this point in the history
* Initial commit for markdown

* Linter now checks tlt and tests at the same time

* delete accidentally committed doc
  • Loading branch information
okhleif-IL authored Mar 14, 2023
1 parent 0cd306f commit 90c11ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ integration: tlt_test_venv

lint: tlt_test_venv
@echo "Style checks..."
@. $(ACTIVATE_TEST_VENV) && flake8 tlt
@. $(ACTIVATE_TEST_VENV) && flake8 tests
@. $(ACTIVATE_TEST_VENV) && flake8 tlt tests

clean:
rm -rf tlt_test_venv
Expand Down

0 comments on commit 90c11ca

Please sign in to comment.