We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7da8a8 commit 4e56fe8Copy full SHA for 4e56fe8
Makefile
@@ -7,8 +7,7 @@ getdeps:
7
8
check: getdeps
9
@echo "Running checks"
10
- @pylint --reports=no --score=no --disable=R0401,R0801 minio/*py
11
- @pylint --reports=no --score=no minio/credentials tests/functional
+ @pylint --reports=no --score=no --disable=R0401,R0801,R0917 minio/*py minio/credentials tests/functional
12
@isort --diff .
13
@find . -name "*.py" -exec autopep8 --diff --exit-code {} +
14
@mypy minio
0 commit comments