diff --git a/pyproject.toml b/pyproject.toml index c7721e1..16be6b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"