Pylint on d*/e* directories (#4731)

This commit is contained in:
Bert Blommers 2021-12-30 20:04:54 -01:00 committed by GitHub
parent b7f0dee4a7
commit d2ca16cab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/