Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
arvvoid committed Mar 27, 2020
1 parent 5bf025a commit b045e5c
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 @@ -49,7 +49,7 @@ sanity-multi: flake8 mypy kodi-all

flake8:
@echo "Starting flake8 test"
@flake8 . --ignore E501,N801,N802,N803,N806 --exclude ./exlibs --statistics --count
@flake8 . --ignore E501,N801,N802,N803,N806 --statistics --count

mypy:
@echo "Starting mypy test"
Expand Down

0 comments on commit b045e5c

Please sign in to comment.