diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2bcc831..93f0042 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -28,3 +28,4 @@ jobs: - run: | python -m pip install ruff ruff . + - uses: crate-ci/typos@v1.16.15 diff --git a/docs/contributing/x-ray_db.rst b/docs/contributing/x-ray_db.rst index 6e66ca1..03d04c1 100644 --- a/docs/contributing/x-ray_db.rst +++ b/docs/contributing/x-ray_db.rst @@ -164,7 +164,6 @@ string ==== ========== ====== id language text ==== ========== ====== - 0 de Alle 0 en All 0 en-AU All 0 en-CA All diff --git a/pyproject.toml b/pyproject.toml index 809b177..9a2b9df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,3 +43,8 @@ ignore_missing_imports = true [[tool.mypy.overrides]] module = "__main__.*" ignore_missing_imports = true + +[tool.typos] +type.json.check-file = false +type.po.check-file = false +default.extend-ignore-re = ["B00OLDL0BA"]