From ba5cb2803919e034788617ffe8ee509a03d8d4e9 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci <stefanofiorucci@gmail.com> Date: Fri, 9 Feb 2024 10:26:41 +0100 Subject: [PATCH] ignore errors for bool arguments --- integrations/fastembed/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/fastembed/pyproject.toml b/integrations/fastembed/pyproject.toml index 1352e0d82..2caae3a69 100644 --- a/integrations/fastembed/pyproject.toml +++ b/integrations/fastembed/pyproject.toml @@ -133,6 +133,7 @@ ignore = [ "B027", # Allow boolean positional values in function calls, like `dict.get(... True)` "FBT003", + "FBT001", "FBT002" # Ignore checks for possible passwords "S105", "S106", "S107", # Ignore complexity