diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 623990e6..93841660 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: v4.4.0 + rev: v4.6.0 # --- Commit msg checks --- - hooks: - id: commitizen stages: ["commit-msg"] repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: v3.25.0 # --- Linters --- - hooks: - id: dockerfile_lint @@ -51,7 +51,7 @@ repos: - hooks: - id: black repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 - repo: https://github.com/pre-commit/mirrors-prettier hooks: - id: prettier @@ -59,14 +59,14 @@ repos: (?x)^( CHANGELOG.md )$ - rev: v3.0.0 + rev: v4.0.0-alpha.8 - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/PyCQA/prospector - rev: 1.10.2 + rev: v1.10.3 hooks: - id: prospector exclude: ^(tests)/.+\.py$ @@ -80,7 +80,7 @@ repos: - --configfile=tests/bandit.yaml files: ^(tests)/.+\.py$ - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort # - repo: local