mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
Add pre-commit configuration for pylint.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user