From c43354be1dbbeab5253e347a2c52c3b03c1e3836 Mon Sep 17 00:00:00 2001 From: Alexander Tong Date: Sat, 14 Dec 2024 10:29:52 -0800 Subject: [PATCH] Update .pre-commit-config.yaml Ignore spellcheck for formatting --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46e3553..e27fb7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -117,7 +117,7 @@ repos: require_serial: true args: - --skip=logs/**,data/**,*.ipynb - - --ignore-words-list=ot,hist + - --ignore-words-list=ot,hist,anguage # jupyter notebook linting - repo: https://github.com/nbQA-dev/nbQA