From 9d6b8bb14af003f0e8e3e4198e11efa434fbf2ab Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:33:16 -0700 Subject: [PATCH] test(e2e): throwaway top-level probe with a type error to prove the gate now runs --- tests/e2e/zz_pathspec_probe.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/e2e/zz_pathspec_probe.py diff --git a/tests/e2e/zz_pathspec_probe.py b/tests/e2e/zz_pathspec_probe.py new file mode 100644 index 00000000000..379502b5a0b --- /dev/null +++ b/tests/e2e/zz_pathspec_probe.py @@ -0,0 +1,3 @@ +from typing import Final + +PROBE: Final[int] = "a string where the gate must see an int"