From 5fac1591618b668b1b5870d980ca665dad4ae117 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 16 Jul 2022 17:16:00 +0300 Subject: [PATCH] Update pre-commit skeleton config. --- .config/git/skel/.pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/git/skel/.pre-commit-config.yaml b/.config/git/skel/.pre-commit-config.yaml index 6dad97f..f4bef51 100644 --- a/.config/git/skel/.pre-commit-config.yaml +++ b/.config/git/skel/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.2.0 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-executables-have-shebangs @@ -50,7 +50,7 @@ repos: - id: yamltool - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.3 + rev: v1.27.1 hooks: - id: yamllint @@ -65,7 +65,7 @@ repos: - id: shellcheck - repo: https://github.com/pre-commit/pre-commit.git - rev: v2.18.1 + rev: v2.20.0 hooks: - id: validate_manifest @@ -80,12 +80,12 @@ repos: - id: docker-compose - repo: https://github.com/bridgecrewio/checkov.git - rev: 2.0.1091 + rev: 2.1.57 hooks: - id: checkov - repo: https://github.com/ansible/ansible-lint.git - rev: v6.0.2 + rev: v6.3.0 hooks: - id: ansible-lint @@ -100,12 +100,12 @@ repos: - id: rst-linter - repo: https://github.com/myint/rstcheck.git - rev: v5.0.0 + rev: v6.0.0.post1 hooks: - id: rstcheck - repo: https://github.com/ambv/black.git - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black args: @@ -162,17 +162,17 @@ repos: - flake8-warnings - repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git - rev: v1.2.4 + rev: v1.3.0 hooks: - id: python-safety-dependencies-check - repo: https://github.com/asottile/pyupgrade.git - rev: v2.32.0 + rev: v2.37.1 hooks: - id: pyupgrade - repo: https://github.com/hadialqattan/pycln.git - rev: v1.3.2 + rev: v2.0.2 hooks: - id: pycln -- GitLab