From c0e52bee4c13b22ad5343a869eb20ba1d499a6ad Mon Sep 17 00:00:00 2001 From: Alexandr Panteleev Date: Thu, 23 Jan 2025 11:57:05 +0300 Subject: [PATCH] fix(config): update codespell exclusions and ignore-words-list in configuration files --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e6bf79d38..eb7fae5b43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 668ca93bde..198202cdd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]