From 2b8f3752505c3a03f617534ebfadd7fb70e09ba2 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 8 Feb 2020 23:23:02 +0100 Subject: Fix style errors. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca481bd..e8609e3 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,11 @@ test-all: typecheck: mypy pyecsca --ignore-missing-imports -.PHONY: test test-plots test-all typecheck \ No newline at end of file +codestyle: + flake8 --ignore=E501,F405,F403,F401,E126 pyecsca + +docs: + $(MAKE) -C docs apidoc + $(MAKE) -C docs html + +.PHONY: test test-plots test-all typecheck codestyle docs \ No newline at end of file -- cgit v1.2.3-70-g09d2