Skip to content

Commit

Permalink
edit makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinSekYi committed Jul 7, 2024
1 parent a0ddfd4 commit 27d27e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ run:
python main.py

lint:
pylint app.py src/*.py src/components/*.py src/pipeline/*.py
pylint src/*.py src/components/*.py src/pipeline/*.py

all: install format lint

0 comments on commit 27d27e4

Please sign in to comment.