diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01ca704b..f41d1a12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,14 +34,14 @@ repos: - id: check-yaml exclude: ^recipes/.* repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 # --- Commit msg checks --- - hooks: - id: commitizen stages: ["commit-msg"] repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v3.30.0 # --- Linters --- # - hooks: # - id: dockerfile_lint @@ -66,7 +66,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit args: ["-c", "pyproject.toml"] @@ -83,7 +83,7 @@ repos: # pass_filenames: false # always_run: true - repo: https://github.com/floatingpurr/sync_with_poetry - rev: "1.1.0" + rev: "1.2.0" hooks: - id: sync_with_poetry args: []