Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update pre-commit hooks #35

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): Update pre-commit hooks
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
commit 9c11c460dce4ecf3df1d4cbefa47ee11313fcf0f
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default_install_hook_types:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -24,14 +24,14 @@ repos:
args:
- '--ignore-case'
- repo: https://github.com/keith/pre-commit-buildifier
rev: e5dd9b832006b183d0428627a0b28412b940054c # frozen: 6.4.0
rev: 51851c1be6d3311fc37f7ca316b95dd93a0a61d3 # frozen: 7.3.1
hooks:
- id: buildifier
args: &args
- '--warnings=all'
- id: buildifier-lint
args: *args
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: 3cffdebaff159f8511f24ade423f6bd65e89fae7 # frozen: v8.6.0
rev: 8991e70b93aea4f86f04ba8fed7c411a51fa09df # frozen: v8.16.0
hooks:
- id: cspell