Skip to content

Commit

Permalink
chore(deps): update precommit hook alessandrojcm/commitlint-pre-commi…
Browse files Browse the repository at this point in the history
…t-hook to v5 (#371)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Augusto W. Andreoli <andreoliwa@gmail.com>
  • Loading branch information
3 people committed May 18, 2021
1 parent 326102f commit 653b7b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -110,7 +110,7 @@ repos:
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
args: [-i, E006]
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v4.1.0
rev: v5.0.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.rst
Expand Up @@ -287,7 +287,7 @@ Contents of `styles/pre-commit/commitlint.toml <https://github.com/andreoliwa/ni
[[".pre-commit-config.yaml".repos]]
yaml = """
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v4.1.0
rev: v5.0.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down
2 changes: 1 addition & 1 deletion styles/pre-commit/commitlint.toml
@@ -1,7 +1,7 @@
[[".pre-commit-config.yaml".repos]]
yaml = """
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v4.1.0
rev: v5.0.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit 653b7b3

Please sign in to comment.