Ignore the tree-sitter directory for tests
This commit is contained in:
parent
ea5fab4e4e
commit
d466f5d173
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ exclude = ["historical", ".venv"]
|
|||
venvPath = "."
|
||||
venv = ".venv"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
norecursedirs = "tree-sitter-fine"
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue