Skip to content

Commit

Permalink
Merge pull request #172 from jdi-testing/fix-linter
Browse files Browse the repository at this point in the history
fix linter
  • Loading branch information
Ekaterina-Zykova authored Nov 28, 2023
2 parents 3b552ba + 943d114 commit d689d7e
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 Angular_model app BS_model ds_methods generators HTML5_model MUI_model tests utils vars

.PHONY: unittest
unittest: clean lint
Expand Down

0 comments on commit d689d7e

Please sign in to comment.