From f7302c6572911fae0f365fa9bdf7622e5a37da4a Mon Sep 17 00:00:00 2001 From: jb-ye Date: Tue, 26 Nov 2024 19:56:42 +0000 Subject: [PATCH] Fix build error --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6d284ae13b..2deda4fd36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,6 +193,7 @@ lint.ignore = [ "PLW0603", # Globa statement updates are discouraged. "PLW2901", # For loop variable overwritten. "PLR1730", # Replace if statement with min/max + "PLC0206", # Extracting value from dictionary without calling `.items()` ] [tool.ruff.lint.isort]