Skip to content
Snippets Groups Projects
Commit dc9bb626 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Add pre-commit configuration for pylint.

parent 3beb041e
Branches
Tags
No related merge requests found
...@@ -21,6 +21,13 @@ repos: ...@@ -21,6 +21,13 @@ repos:
rev: 5.1.1 rev: 5.1.1
hooks: hooks:
- id: pydocstyle - id: pydocstyle
- repo: https://github.com/pycqa/pylint
rev: v2.8.2
hooks:
- id: pylint
args:
- --disable=import-error
files: \.py$
- repo: local - repo: local
hooks: hooks:
- id: ansible-doc-test - id: ansible-doc-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment