Skip to content

Commit 11ca6e3

Browse files
authored
Fix build error (#3533)
1 parent 758ea19 commit 11ca6e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ lint.ignore = [
193193
"PLW0603", # Globa statement updates are discouraged.
194194
"PLW2901", # For loop variable overwritten.
195195
"PLR1730", # Replace if statement with min/max
196+
"PLC0206", # Extracting value from dictionary without calling `.items()`
196197
]
197198

198199
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)