diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cd4c8f..8aef2aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-ast - id: check-json @@ -25,7 +25,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 22.1.0 hooks: - id: black - repo: https://github.com/IamTheFij/docker-pre-commit @@ -38,15 +38,15 @@ repos: hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.1 + rev: 1.7.3 hooks: - id: bandit - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.30.0 + rev: v0.31.1 hooks: - id: markdownlint - repo: https://github.com/Yelp/detect-secrets - rev: v1.1.0 + rev: v1.2.0 hooks: - id: detect-secrets - repo: local