From 769e94b50de1de0a4796d3fe14e1916273a2708d Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Fri, 10 Jan 2025 13:21:27 +1100 Subject: [PATCH] chore: fix new ruff lints Signed-off-by: JP-Ellis --- src/pact/v3/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pact/v3/types.py b/src/pact/v3/types.py index 7a40062d0..2bb2d224b 100644 --- a/src/pact/v3/types.py +++ b/src/pact/v3/types.py @@ -1,3 +1,4 @@ +# noqa: A005 """ Typing definitions for the matchers.