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 970e5e5 commit 827eacdCopy full SHA for 827eacd
.pylintrc
@@ -479,7 +479,7 @@ ignore-comments=yes
479
ignore-docstrings=yes
480
481
# Ignore imports when computing similarities.
482
-ignore-imports=no
+ignore-imports=yes
483
484
# Minimum lines number of a similarity.
485
min-similarity-lines=4
scripts/typecheck
@@ -38,7 +38,7 @@ function check {
38
echo ""
39
echo "Checking ./tests..."
40
41
- mypy tests
+ mypy test
42
mypy_tests_result=$?
43
44
if [ $mypy_tests_result != 0 ]; then
0 commit comments