Skip to content

Commit fb303f6

Browse files
committed
ci: Maybe codespell ignore FirstT
Can't tell if this means `FirstT` will match the entry `firstt`, but preserve the `firstt` fix (https://github.com/codespell-project/codespell#ignoring-words) (#2572 (comment))
1 parent af274d3 commit fb303f6

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]
22+
args: [--ignore-words-list=ser,FirstT]
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)