pylint can be used as a pre-commit hook. ... repo: local hooks: - id: pylint name: pylint entry: pylint language: system types: [python] args: [ "-rn", ...
確定! 回上一頁