From 0e040a9f5695bc75db92535d96eab6af14f5b5d7 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 7 Sep 2022 09:16:31 -0500 Subject: [PATCH] fix typo in Make --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1ba62fc..c98bb31 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ .PHONY: lint lint: lint.py lint.sh -## lint.python | lint python files -.PHONY: lint.python -lint.python: +## lint.py | lint python files +.PHONY: lint.py +lint.py: black $(shell find -type f -name "*.py") ## lint.sh | lint shell files