Update Makefile
This commit is contained in:
parent
e77e870a1e
commit
beb75f5c79
2
Makefile
2
Makefile
|
@ -53,7 +53,7 @@ check-licenses:
|
||||||
.PHONY: check-licenses
|
.PHONY: check-licenses
|
||||||
|
|
||||||
lint-python:
|
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
|
.PHONY: lint-python
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue