8000 style: tweak codespell config to avoid a false positive · keller-mark/zarr-python@94cdd1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 94cdd1a

Browse files
committed
style: tweak codespell config to avoid a false positive
1 parent 2d9e687 commit 94cdd1a

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
@@ -21,7 +21,7 @@ repos:
2121
rev: v2.2.5
2222
hooks:
2323
- id: codespell
24-
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te,fo", "-S", "fixture"]
24+
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te,fo,zar", "-S", "fixture"]
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
2626
rev: v4.4.0
2727
hooks:

0 commit comments

Comments
 (0)
0