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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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