Skip to content

Commit 89c4587

Browse files
committed
ci: fix codespell
#2572 (comment)
1 parent a221039 commit 89c4587

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
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: codespell
2121
files: \.(py|rst|md)$
22-
args: [--ignore-words-list=ser,rightt]
22+
args: [--ignore-words-list=ser, --ignore-words-list=RightT]
2323
exclude: ^docs/api-completeness.md$
2424
- repo: https://github.com/pycqa/flake8
2525
rev: '7.2.0' # todo: remove once https://github.com/astral-sh/ruff/issues/458 is addressed

0 commit comments

Comments
 (0)