Skip to content

Commit 78cb1f9

Browse files
committed
Skip codespell check for lockfile and pyproject.toml
Signed-off-by: Yuanjing Xue <[email protected]>
1 parent 168fd62 commit 78cb1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
additional_dependencies:
6767
- tomli
6868
# add ignore words list
69-
args: ["-L", "Mor,ans,thirdparty", "--skip", "ATTRIBUTIONS-*.md"]
69+
args: ["-L", "Mor,ans,thirdparty", "--skip", "ATTRIBUTIONS-*.md", "--skip", "security_scanning/*"]
7070
- repo: https://github.com/astral-sh/ruff-pre-commit
7171
rev: v0.9.4
7272
hooks:

0 commit comments

Comments
 (0)