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
1 parent a221039 commit 89c4587Copy full SHA for 89c4587
.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,rightt]
+ args: [--ignore-words-list=ser, --ignore-words-list=RightT]
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