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 e861a36 commit d48dc96Copy full SHA for d48dc96
Makefile
@@ -7,7 +7,7 @@ getdeps:
7
8
check: getdeps
9
@echo "Running checks"
10
- @pylint --reports=no --score=no --disable=R0401,R0801 minio/*py minio/credentials tests/functional
+ @pylint --reports=no --score=no --disable=R0401,R0801,C0103 minio/*py minio/credentials tests/functional
11
@isort --diff .
12
@find . -name "*.py" -exec autopep8 --diff --exit-code {} +
13
@mypy minio
0 commit comments