Skip to content

Commit f864a26

Browse files
committed
exclude problem files
1 parent 2c04e30 commit f864a26

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
uses: actions/checkout@v5
5151
- name: Spell check profiles
5252
uses: crate-ci/typos@v1.41.0
53-
with:
54-
files: rocrate_validator/profiles
5553

5654

5755
# Runs the tests

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ skip_dirs = [".git", ".github", ".vscode"]
105105

106106
[tool.pytest.ini_options]
107107
testpaths = ["tests"]
108+
109+
[tool.typos.files]
110+
extend-exclude = ["tests/data","docs/diagrams","*.json","*.html","*__init__.py"]

0 commit comments

Comments
 (0)