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/