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"