diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6629de5..172b143 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: detect-private-key - id: check-merge-conflict @@ -31,7 +31,7 @@ repos: hooks: - id: copyright - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell exclude: |- @@ -43,12 +43,12 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.2.5 # npm - - prettier-plugin-sh@0.12.8 # npm + - prettier@3.3.3 # npm + - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -56,7 +56,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.29.2 hooks: - id: check-github-workflows - id: check-jsonschema diff --git a/ci/config.yaml b/ci/config.yaml index d60f38f..f546e7e 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.3.24/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.22/c2cciutils/schema.json checks: required_workflows: