From 1b893774d88716444b0149dd1c7b9f70cd0c2b10 Mon Sep 17 00:00:00 2001 From: Kiewan Villatel Date: Tue, 26 May 2026 17:44:52 +0200 Subject: [PATCH] chore: exclude langsmith_api from ruff linter langsmith_api is auto-generated code that should not be subject to the project's lint rules. Co-Authored-By: Claude Sonnet 4.6 --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index e52a91734..449db0692 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -159,6 +159,7 @@ exclude = [".test", ".venv*"] packages = ["langsmith"] [tool.ruff] +exclude = ["langsmith_api"] lint.select = [ "E", # pycodestyle "F", # pyflakes