From af4666662fa3f07990dfa517b9e9648934fa13ac Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 20 Sep 2024 12:31:30 +0300
Subject: [PATCH] fixup! pre-commit: Address some new warnings.

---
 .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 190fd9b..fc15183 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
     hooks:
       - id: codespell
         args:
-          - "--skip"
+          - "--ignore-words-list"
           - "hashin,aNULL"
 
   - repo: https://github.com/Yelp/detect-secrets.git
-- 
GitLab