Skip to content

Commit 6cce98e

Browse files
committed
disable ruff PT006
1 parent bdeceb9 commit 6cce98e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ extend-ignore = [
219219
"RUF001", # String contains ambiguous unicode character {confusable} (did you mean {representant}?)
220220
"RUF002", # Docstring contains ambiguous unicode character {confusable} (did you mean {representant}?)
221221
"RUF003", # Comment contains ambiguous unicode character {confusable} (did you mean {representant}?)
222+
"PT006", # pytest parametrize tuple args
222223
]
223224

224225
[tool.ruff.per-file-ignores]

0 commit comments

Comments
 (0)