We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeceb9 commit 6cce98eCopy full SHA for 6cce98e
1 file changed
pyproject.toml
@@ -219,6 +219,7 @@ extend-ignore = [
219
"RUF001", # String contains ambiguous unicode character {confusable} (did you mean {representant}?)
220
"RUF002", # Docstring contains ambiguous unicode character {confusable} (did you mean {representant}?)
221
"RUF003", # Comment contains ambiguous unicode character {confusable} (did you mean {representant}?)
222
+ "PT006", # pytest parametrize tuple args
223
]
224
225
[tool.ruff.per-file-ignores]
0 commit comments