diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec90f12a..24404caa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,13 @@ repos: rev: 5.1.1 hooks: - id: pydocstyle +- repo: https://github.com/pycqa/pylint + rev: v2.8.2 + hooks: + - id: pylint + args: + - --disable=import-error + files: \.py$ - repo: local hooks: - id: ansible-doc-test