Skip to content

Commit 87e7f94

Browse files
committed
pre-commit: update oelint and add words to codespell ignore list
Signed-off-by: Michał Iwanicki <[email protected]>
1 parent 367e1d8 commit 87e7f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
exclude-file = .codespellx
3-
ignore-words-list = "FPT,FTP,fpt,ftp"
3+
ignore-words-list = FPT,FTP,fpt,ftp,crate

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
args: [--fix]
4747

4848
- repo: https://github.com/priv-kweihmann/oelint-adv
49-
rev: 6.5.6
49+
rev: 6.6.2
5050
hooks:
5151
- id: oelint-adv
5252
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet]

0 commit comments

Comments
 (0)