Skip to content

Commit

Permalink
update version once more
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlqx committed Oct 28, 2024
1 parent e976e80 commit 7ec75e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -42,6 +42,6 @@ repos:
hooks:
- id: sign-commit
- repo: .
rev: main
rev: v1.1.7
hooks:
- id: search-and-replace
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ec75e2

Please sign in to comment.