We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d9acf commit 33d8f2dCopy full SHA for 33d8f2d
1 file changed
.github/workflows/pylint.yml
@@ -53,4 +53,4 @@ jobs:
53
echo "No Python files under src/. Skipping."
54
exit 0
55
fi
56
- pylint $files
+ pylint --disable=import-error,E0602 $files
0 commit comments