From 563602841678e1f584b0dc76d915f734f169fa68 Mon Sep 17 00:00:00 2001 From: Ekaterina Zykova <71716333+Ekaterina-Zykova@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:36:13 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d02bc39..ff3b1ba5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ clean: .PHONY: lint lint: @echo "Linting ..." - @flake8 --exclude kombu-redis-priority, usr . + @flake8 --exclude kombu-redis-priority, usr/ . .PHONY: unittest unittest: clean lint