Skip to content
Snippets Groups Projects
Unverified Commit 14432945 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #605 from rjeffman/precommit_update

pre-commit: Update version of pre-commit hooks.
parents 50a36ed9 45d98d45
No related branches found
No related tags found
No related merge requests found
---
repos:
- repo: https://github.com/ansible/ansible-lint.git
rev: v4.3.5
rev: v5.1.2
hooks:
- id: ansible-lint
always_run: false
......@@ -9,20 +9,20 @@ repos:
files: \.(yaml|yml)$
entry: env ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_MODULE_UTILS=./plugins/module_utils ansible-lint --force-color
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.25.0
rev: v1.26.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.2
hooks:
- id: flake8
- repo: https://gitlab.com/pycqa/pydocstyle
rev: 5.1.1
rev: 6.1.1
hooks:
- id: pydocstyle
- repo: https://github.com/pycqa/pylint
rev: v2.8.2
rev: v2.9.5
hooks:
- id: pylint
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment