diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab1df88..b87b1b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,14 +35,14 @@ repos: - id: check-yaml exclude: ^recipes/.* repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 # --- Commit msg checks --- - hooks: - id: commitizen stages: ["commit-msg"] repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.3 + rev: v4.11.2 # --- Linters --- - hooks: - id: dockerfile_lint @@ -61,7 +61,7 @@ repos: )$ rev: v4.0.0-alpha.8 - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -80,7 +80,7 @@ repos: - --configfile=tests/bandit.yaml files: ^(tests)/.+\.py$ - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort # - repo: local @@ -92,7 +92,7 @@ repos: # pass_filenames: false # always_run: true - repo: https://github.com/floatingpurr/sync_with_poetry - rev: "1.2.0" # the revision or tag to clone at + rev: "1.2.1" # the revision or tag to clone at hooks: - id: sync_with_poetry args: [] # optional args