Skip to content

Commit 18e20f8

Browse files
Merge pull request #25837 from ninja-quokka/bump_precommit
Update pre-commit-hooks and Codespell hook
2 parents 48423a6 + 081629c commit 18e20f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
skip = bin,vendor,.git,go.sum,.cirrus.yml,"*.fish,RELEASE_NOTES.md,*.xz,*.gz,*.ps1,*.tar,swagger.yaml,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go
44
check-hidden = true
55
ignore-regex = \b(Not|assert)In\b
6-
ignore-words-list = ddress,secon,passt,bu,hastable,te,clos,ans,pullrequest,uint,iff,od,seeked,splitted,marge,erro,hist,ether,specif,whit,decorder
6+
ignore-words-list = ddress,secon,passt,bu,hastable,te,clos,ans,pullrequest,uint,iff,od,seeked,splitted,marge,erro,hist,ether,specif,whit,decorder,sems

.github/workflows/issue_pr_lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# WARNING ALERT DANGER CAUTION ATTENTION: This file is re-used from the
3+
# WARNING ALERT DANGER CAUTION ATTENTION: This file is reused from the
44
# `main` branch, by workflows in (at least) the Buildah and Skopeo repos.
55
# Please think twice before making large changes, renaming, or moving the file.
66

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude: ^vendor/|^test/tools/vendor/
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks.git
5-
rev: v3.4.0
5+
rev: v5.0.0
66
hooks:
77
# `buildah-tests.diff` is generated by 'git format-patch' and includes
88
# trailing whitespace as part of its format. We can work around that,
@@ -23,6 +23,6 @@ repos:
2323
- id: check-yaml
2424
- repo: https://github.com/codespell-project/codespell
2525
# Configuration for codespell is in .codespellrc
26-
rev: v2.3.0
26+
rev: v2.4.1
2727
hooks:
28-
- id: codespell
28+
- id: codespell

0 commit comments

Comments
 (0)