Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina-Zykova authored Nov 22, 2023
1 parent ee02262 commit 5636028
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 @@ -8,7 +8,7 @@ clean:
.PHONY: lint
lint:
@echo "Linting ..."
@flake8 --exclude kombu-redis-priority, usr .
@flake8 --exclude kombu-redis-priority, usr/ .

.PHONY: unittest
unittest: clean lint
Expand Down

0 comments on commit 5636028

Please sign in to comment.