From d2ca16cab530b0e16b01e69ad916749bc60f0c2b Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Thu, 30 Dec 2021 20:04:54 -0100 Subject: [PATCH] Pylint on d*/e* directories (#4731) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c47d6ec3a..2dd92bcbf 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ init: lint: flake8 moto black --check moto/ tests/ - pylint -j 0 moto/a* moto/b* moto/c* tests + pylint -j 0 moto/a* moto/b* moto/c* moto/d* moto/e* tests format: black moto/ tests/