Skip to content

Commit

Permalink
Fix build error (#3533)
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-ye authored Nov 26, 2024
1 parent 758ea19 commit 11ca6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 11ca6e3

Please sign in to comment.