From 377a068111b45c801ba08fbd176d1ef9cb97bf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Mon, 9 Dec 2024 11:17:21 +0100 Subject: [PATCH] pre-commit: fix pre-commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Iwanicki --- .codespellrc | 2 +- .pre-commit-config.yaml | 4 ++-- codespell-ignore.txt | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 codespell-ignore.txt diff --git a/.codespellrc b/.codespellrc index 2ea390c..b94abd4 100644 --- a/.codespellrc +++ b/.codespellrc @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7757bb..620603b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/codespell-ignore.txt b/codespell-ignore.txt deleted file mode 100644 index 4be5190..0000000 --- a/codespell-ignore.txt +++ /dev/null @@ -1,3 +0,0 @@ -crate -hsi -fwupd