pre-commit: fix pre-commit

Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
This commit is contained in:
Michał Iwanicki
2024-12-09 11:29:36 +01:00
parent fc2ff56e75
commit 377a068111
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[codespell]
exclude-file = .codespellx
ignore-words-list = "FPT,FTP,fpt,ftp"
ignore-words-list = FPT,FTP,fpt,ftp,crate,hsi,fwupd
+2 -2
View File
@@ -46,10 +46,10 @@ repos:
args: [--fix]
- repo: https://github.com/priv-kweihmann/oelint-adv
rev: 6.5.6
rev: 6.6.2
hooks:
- id: oelint-adv
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet, --fix]
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet]
name: Advanced oelint
description: Based on the OpenEmbedded Styleguide and work done by oe-stylize-tool this module offers a (nearly) complete linter for bitbake-recipes.
entry: oelint-adv
-3
View File
@@ -1,3 +0,0 @@
crate
hsi
fwupd