Skip to content
Snippets Groups Projects
Commit 5fac1591 authored by nimrod's avatar nimrod
Browse files

Update pre-commit skeleton config.

parent ef37667b
No related branches found
No related tags found
No related merge requests found
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git - repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.2.0 rev: v4.3.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
...@@ -50,7 +50,7 @@ repos: ...@@ -50,7 +50,7 @@ repos:
- id: yamltool - id: yamltool
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3 rev: v1.27.1
hooks: hooks:
- id: yamllint - id: yamllint
...@@ -65,7 +65,7 @@ repos: ...@@ -65,7 +65,7 @@ repos:
- id: shellcheck - id: shellcheck
- repo: https://github.com/pre-commit/pre-commit.git - repo: https://github.com/pre-commit/pre-commit.git
rev: v2.18.1 rev: v2.20.0
hooks: hooks:
- id: validate_manifest - id: validate_manifest
...@@ -80,12 +80,12 @@ repos: ...@@ -80,12 +80,12 @@ repos:
- id: docker-compose - id: docker-compose
- repo: https://github.com/bridgecrewio/checkov.git - repo: https://github.com/bridgecrewio/checkov.git
rev: 2.0.1091 rev: 2.1.57
hooks: hooks:
- id: checkov - id: checkov
- repo: https://github.com/ansible/ansible-lint.git - repo: https://github.com/ansible/ansible-lint.git
rev: v6.0.2 rev: v6.3.0
hooks: hooks:
- id: ansible-lint - id: ansible-lint
...@@ -100,12 +100,12 @@ repos: ...@@ -100,12 +100,12 @@ repos:
- id: rst-linter - id: rst-linter
- repo: https://github.com/myint/rstcheck.git - repo: https://github.com/myint/rstcheck.git
rev: v5.0.0 rev: v6.0.0.post1
hooks: hooks:
- id: rstcheck - id: rstcheck
- repo: https://github.com/ambv/black.git - repo: https://github.com/ambv/black.git
rev: 22.3.0 rev: 22.6.0
hooks: hooks:
- id: black - id: black
args: args:
...@@ -162,17 +162,17 @@ repos: ...@@ -162,17 +162,17 @@ repos:
- flake8-warnings - flake8-warnings
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git - repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git
rev: v1.2.4 rev: v1.3.0
hooks: hooks:
- id: python-safety-dependencies-check - id: python-safety-dependencies-check
- repo: https://github.com/asottile/pyupgrade.git - repo: https://github.com/asottile/pyupgrade.git
rev: v2.32.0 rev: v2.37.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/hadialqattan/pycln.git - repo: https://github.com/hadialqattan/pycln.git
rev: v1.3.2 rev: v2.0.2
hooks: hooks:
- id: pycln - id: pycln
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment