From 930d5750221f5b6af22eb8870325e6a599144b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claes=20Hallstr=C3=B6m?= Date: Sat, 1 Jul 2023 11:36:52 +0200 Subject: [PATCH] Update rev of pre-commit repos --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31298b5..b5299d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.0 + rev: 0.23.2 hooks: - id: check-github-workflows - id: check-jsonschema @@ -39,7 +39,7 @@ repos: - --strict - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.34.0 + rev: v0.35.0 hooks: - id: markdownlint @@ -51,7 +51,7 @@ repos: - mdformat-gfm - repo: https://github.com/asottile/add-trailing-comma - rev: v2.4.0 + rev: v2.5.1 hooks: - id: add-trailing-comma @@ -71,7 +71,7 @@ repos: - --extend-ignore=E203 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.269 + rev: v0.0.275 hooks: - id: ruff args: @@ -81,22 +81,22 @@ repos: - --quiet - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.2 + rev: v0.9.0.5 hooks: - id: shellcheck - repo: https://github.com/ansible/ansible-lint - rev: v6.17.0 + rev: v6.17.2 hooks: - id: ansible-lint - repo: https://github.com/semaphor-dk/dansabel - rev: 1.3.0 + rev: 1.4.0 hooks: - id: dansabel - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell