diff --git a/Makefile b/Makefile index 9b6f406d8..b4463ef77 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,7 @@ getdeps: check: getdeps @echo "Running checks" - @pylint --reports=no --score=no --disable=R0401,R0801 minio/*py - @pylint --reports=no --score=no minio/credentials tests/functional + @pylint --reports=no --score=no --disable=R0401,R0801,R0917 minio/*py minio/credentials tests/functional @isort --diff . @find . -name "*.py" -exec autopep8 --diff --exit-code {} + @mypy minio