From 63c51d89628a6a8658591fd1dc2c2099c7d9c9d5 Mon Sep 17 00:00:00 2001 From: ethernet Date: Mon, 4 May 2026 14:13:25 -0400 Subject: [PATCH] change: enable ruff/ty --- pyproject.toml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c1cd9d459..c467c69f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,19 +159,10 @@ unknown-argument = "warn" redundant-cast = "ignore" [tool.ty.src] -exclude = ["**"] - -[[tool.ty.overrides]] -include = ["**"] - -[tool.ty.overrides.rules] -unresolved-import = "ignore" -invalid-method-override = "ignore" -invalid-assignment = "ignore" -not-iterable = "ignore" +exclude = ["tinker-atropos"] [tool.ruff] -exclude = ["*"] +exclude = ["tinker-atropos"] [tool.uv] exclude-newer = "7 days"