We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codespell
FirstT
1 parent af274d3 commit fb303f6Copy full SHA for fb303f6
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
hooks:
20
- id: codespell
21
files: \.(py|rst|md)$
22
- args: [--ignore-words-list=ser]
+ args: [--ignore-words-list=ser,FirstT]
23
exclude: ^docs/api-completeness.md$
24
- repo: https://github.com/pycqa/flake8
25
rev: '7.2.0' # todo: remove once https://github.com/astral-sh/ruff/issues/458 is addressed
0 commit comments