We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758ea19 commit 11ca6e3Copy full SHA for 11ca6e3
pyproject.toml
@@ -193,6 +193,7 @@ lint.ignore = [
193
"PLW0603", # Globa statement updates are discouraged.
194
"PLW2901", # For loop variable overwritten.
195
"PLR1730", # Replace if statement with min/max
196
+ "PLC0206", # Extracting value from dictionary without calling `.items()`
197
]
198
199
[tool.ruff.lint.isort]
0 commit comments