Skip to content

Commit bb1a57a

Browse files
authored
fix too-many-positional-arguments error and other issues (#1504)
Signed-off-by: Bala.FA <[email protected]>
1 parent 94b1193 commit bb1a57a

32 files changed

+1650
-2609
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ getdeps:
77

88
check: getdeps
99
@echo "Running checks"
10-
@pylint --reports=no --score=no --disable=R0401,R0801,R0917 minio/*py minio/credentials tests/functional
10+
@pylint --reports=no --score=no --disable=R0401,R0801 minio/*py minio/credentials tests/functional
1111
@isort --diff .
1212
@find . -name "*.py" -exec autopep8 --diff --exit-code {} +
1313
@mypy minio

0 commit comments

Comments
 (0)