[PATCH tooi] Makefile: only run flake8 on tooi/
Export this patch
This avoids flaking the build/ directory when tooi has been installed
with pip install, which generates confusing duplicate errors.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 271ea79..171c0a5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,4 @@ clean:
rm -rf build dist
lint:
- flake8
+ flake8 tooi
--
2.43.0