Enable pytest-fixture-param-without-value (PT019) rule in ruff (#122953)

This commit is contained in:
epenet
2024-08-01 14:46:15 +02:00
committed by GitHub
parent f5e88b8293
commit 4f3d624353

View File

@@ -820,7 +820,6 @@ ignore = [
"PLE0605", "PLE0605",
# temporarily disabled # temporarily disabled
"PT019",
"PYI024", # Use typing.NamedTuple instead of collections.namedtuple "PYI024", # Use typing.NamedTuple instead of collections.namedtuple
"RET503", "RET503",
"RET501", "RET501",