summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e87e5c..75d0e27 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ help:
.PHONY: lint
lint: setup
- @$(DEVENV)/bin/flake8 --ignore E731 --show-source macaroonbakery
+ @$(DEVENV)/bin/flake8 --show-source macaroonbakery --exclude macaroonbakery/internal/id_pb2.py
.PHONY: release
release: check