Closed showlibia closed 1 month ago
Thanks for the PR. Can we add a minimum score, like 8.5 or 9? Only when pylint scores higher than the minimum score can pass the CI.
我建议添加一份 pre-commit 配置,把 pylint 作为 pre-commit hook,在 Action 中通过 pre-commit 调用,优点是:
pre-commit
pylint
pre-commit hook
ref: Pre-commit integration a GitHub action to run pre-commit
[!NOTE] 这里应该不需要 skip: [pylint]
skip: [pylint]
Thanks for the PR. Can we add a minimum score, like 8.5 or 9? Only when pylint scores higher than the minimum score can pass the CI.