Update pre-commit tools version

This commit is contained in:
Faustin Lammler 2020-11-01 12:34:28 +01:00
parent 3fed7d5f44
commit 41836bde23
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v3.3.0
hooks:
- id: check-ast
- id: check-case-conflict
@ -18,18 +18,17 @@ repos:
hooks:
- id: flake8
name: Check python (flake8)
args: ["--ignore=E501"]
args: ["--ignore=E501,E226"]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.23.0
rev: v1.25.0
hooks:
- id: yamllint
name: Check yaml files (yamllint)
- repo: https://github.com/ansible/ansible-lint.git
rev: v4.3.4
rev: v4.3.6
hooks:
- id: ansible-lint
name: Check yaml files (ansible-lint)
args: ["-x", "602"]
types: [yaml]
- repo: local
hooks: