diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb30226..eca9b61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: # Git state - id: check-merge-conflict @@ -27,7 +27,7 @@ repos: - id: check-yaml stages: [commit] - repo: https://github.com/mattlqx/pre-commit-ruby - rev: v1.3.5 + rev: v1.3.6 hooks: # Ruby conformance - id: rubocop @@ -42,6 +42,6 @@ repos: hooks: - id: sign-commit - repo: . - rev: main + rev: v1.1.7 hooks: - id: search-and-replace diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b2f4a6d..d838af0 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,7 +3,7 @@ description: Search and replace strings entry: search-and-replace language: ruby - language_version: "3.2" + language_version: "3.2.0" pass_filenames: true exclude_types: - binary diff --git a/README.md b/README.md index 1622dcc..e058f48 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Other command line args: Example pre-commit config: - repo: https://github.com/mattlqx/pre-commit-search-and-replace - rev: v1.1.7 + rev: v1.1.8 hooks: - id: search-and-replace