repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: master hooks: - id: check-ast - id: check-json - id: check-xml - id: check-yaml - repo: local hooks: - id: pylint name: pylint entry: pylint language: system types: [python] exclude: '^(pyextra)|(external)/' args: - --disable=R,C,W