From 020d616a2e9c44dc45b2beb5a931090268469b6a Mon Sep 17 00:00:00 2001 From: Kay Hau Date: Sat, 5 Oct 2024 16:46:12 +1000 Subject: [PATCH] Update Makefile --- CodeArtifact/cdk/central_resources/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeArtifact/cdk/central_resources/Makefile b/CodeArtifact/cdk/central_resources/Makefile index 246fe4f6..9ae0ca1c 100644 --- a/CodeArtifact/cdk/central_resources/Makefile +++ b/CodeArtifact/cdk/central_resources/Makefile @@ -30,6 +30,7 @@ format-python: black **.py */**.py lint-python: + pip3 install flake8 flake8 **.py */**.py lint-yaml: