Skip to content

Commit

Permalink
fix(config): update codespell exclusions and ignore-words-list in con…
Browse files Browse the repository at this point in the history
…figuration files
  • Loading branch information
Alexandr Panteleev committed Jan 23, 2025
1 parent a743e02 commit c0e52be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
exclude: "tests/openapi/typescript_converter/test_converter|docs/usage/debugging.rst|README.md"
exclude: "tests/openapi/typescript_converter/test_converter|README.md"
additional_dependencies:
- tomli
- repo: https://github.com/python-formate/flake8-dunder-all
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ build-backend = "hatchling.build"
requires = ["hatchling"]

[tool.codespell]
ignore-words-list = "selectin"
ignore-words-list = "selectin, documen"
skip = 'uv.lock,docs/examples/contrib/sqlalchemy/us_state_lookup.json'

[tool.coverage.run]
Expand Down

0 comments on commit c0e52be

Please sign in to comment.