Skip to content

Commit

Permalink
Add typos GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Sep 29, 2023
1 parent 39722f6 commit d8167de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
- run: |
python -m pip install ruff
ruff .
- uses: crate-ci/typos@v1.16.15
1 change: 0 additions & 1 deletion docs/contributing/x-ray_db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ string
==== ========== ======
id language text
==== ========== ======
0 de Alle
0 en All
0 en-AU All
0 en-CA All
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit d8167de

Please sign in to comment.