diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab7f3718a334313b4397306962af3aab4fafc0bc..0044f2d948ad9a3f3bf6c206ed4dfc53a0ca3c97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,13 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - sha: v1.1.1 + rev: v1.3.0 hooks: - id: check-added-large-files - id: check-yaml - id: check-merge-conflict - repo: https://www.shore.co.il/git/shell-pre-commit/ - sha: v0.5.4 + rev: v0.6.0 hooks: - id: shell-lint - files: shell-lint - id: shellcheck - files: shell-lint