Update Makefile

Co-authored-by: Tim Ansell <me@mith.ro>
This commit is contained in:
Christian Clauss 2020-07-06 20:46:36 +02:00 committed by GitHub
parent 3f3f79905c
commit ffffc11659
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:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
$(IN_CONDA_ENV) flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
.PHONY: lint-python