Update Makefile

This commit is contained in:
Christian Clauss 2020-07-06 12:08:15 +02:00 committed by GitHub
parent e77e870a1e
commit beb75f5c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ check-licenses:
.PHONY: check-licenses
lint-python:
@python3 -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
.PHONY: lint-python