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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment