Skip to content

Commit

Permalink
build(core): upgrade versions for pre-commit (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 10, 2024
1 parent f0693e6 commit 0fdc499
Show file tree
Hide file tree
Showing 3 changed files with 1,937 additions and 1,647 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude: >
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.3.0
hooks:
- id: codespell
args: [--ignore-words=.codespell-ignores]
Expand All @@ -29,15 +29,15 @@ repos:
go.sum|
)$
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.18.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ["@hadenlabs/commitlint-config"]
args:
- --config=.ci/linters/.commitlintrc.json
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: detect-private-key
files: ^(?!\.?git-crypt)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following co

## Copyright

Copyright © 2018-2023 [Hadenlabs](https://hadenlabs.com)
Copyright © 2018-2024 [Hadenlabs](https://hadenlabs.com)

## Trademarks

Expand Down
Loading

0 comments on commit 0fdc499

Please sign in to comment.