Skip to content

Commit 4437f2c

Browse files
Add assertIn to allowed words
- false positive from codespell (TestCase method)
1 parent bfeaf11 commit 4437f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: codespell
1515
args:
16-
- --ignore-words-list=wronly,afile
16+
- --ignore-words-list=wronly,afile,assertIn
1717
- repo: https://github.com/asottile/blacken-docs
1818
rev: 1.16.0
1919
hooks:

0 commit comments

Comments
 (0)