repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - id: check-ast - id: check-case-conflict - id: check-executables-have-shebangs - id: check-json - id: check-merge-conflict - id: check-symlinks - repo: https://github.com/pre-commit/mirrors-isort rev: v5.9.3 hooks: - id: isort args: - --check-only - --diff - repo: https://github.com/PyCQA/pylint rev: v2.17.1 hooks: - id: pylint name: pylint entry: pylint language: system types: [ python ]