From 536040a1ea0d65da0c252e15345a18fe29ba6196 Mon Sep 17 00:00:00 2001 From: Ben King <9087625+benfdking@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:06:00 +0100 Subject: [PATCH] chore: add lint rule that catches breakpoint --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b172c86375..e497e3591e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -270,6 +270,7 @@ retry_delay = 10 select = [ "F401", "RET505", + "T100", ] extend-select = ["TID"]