~ihabunek/toot-discuss

tooi: Makefile: only run flake8 on tooi/ v1 APPLIED

Lexi Winter: 1
 Makefile: only run flake8 on tooi/

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~ihabunek/toot-discuss/patches/48475/mbox | git am -3
Learn more about email & git

[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