From 703a01fcbe61c57566788c4a26ffcc104f66e06d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 18 Feb 2025 09:40:10 -0500 Subject: [PATCH] Apply suggestions from code review --- .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 c7dc3f1d..1144a559 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: rev: v2.4.1 hooks: - id: codespell - args: ["-Lhist,gaus,nd"] + args: ["-Lhist,gaus,nd", "-w"] exclude: ^notebooks/HistLogo.ipynb$ - repo: https://github.com/pre-commit/pygrep-hooks