We already have type-checking, and at one point we had an autoflake8 linting stage, but that got removed in #694. We should add a handlers.llm.validation.ruff.RuffLinter harness component which should look very similar to handlers.llm.harness.validation.ty.TyTypeChecker.
We already have type-checking, and at one point we had an
autoflake8linting stage, but that got removed in #694. We should add ahandlers.llm.validation.ruff.RuffLinterharness component which should look very similar tohandlers.llm.harness.validation.ty.TyTypeChecker.