Skip to content

Commit 33d8f2d

Browse files
authored
ci: 👷 修复自动化代码质量检测
1 parent 61d9acf commit 33d8f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
echo "No Python files under src/. Skipping."
5454
exit 0
5555
fi
56-
pylint $files
56+
pylint --disable=import-error,E0602 $files

0 commit comments

Comments
 (0)