diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e99e089..cfa57035 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: commitizen stages: ["commit-msg"] repo: https://github.com/commitizen-tools/commitizen - rev: v2.38.0 + rev: v2.40.0 # --- Linters --- - hooks: - id: dockerfile_lint @@ -51,7 +51,7 @@ repos: - hooks: - id: black repo: https://github.com/psf/black - rev: 23.1a1 + rev: 22.12.0 - repo: https://github.com/pre-commit/mirrors-prettier hooks: - id: prettier @@ -62,7 +62,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/PyCQA/prospector - rev: v1.8.3 + rev: v1.8.4 hooks: - id: prospector exclude: ^(tests)/.+\.py$ @@ -76,7 +76,7 @@ repos: - --configfile=tests/bandit.yaml files: ^(tests)/.+\.py$ - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort # - repo: local