From 4f3d6243533777525a6d12b2236722b7e816ffc7 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:46:15 +0200 Subject: [PATCH] Enable pytest-fixture-param-without-value (PT019) rule in ruff (#122953) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9559b9e367..eadd529b3e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -820,7 +820,6 @@ ignore = [ "PLE0605", # temporarily disabled - "PT019", "PYI024", # Use typing.NamedTuple instead of collections.namedtuple "RET503", "RET501",