From 48fe1ce7803f620e19828c7459b73200d1094180 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Tue, 11 Nov 2025 11:41:20 +0000 Subject: [PATCH] skip repo-review rule PP006 --- templates/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/pyproject.toml b/templates/pyproject.toml index 079ef1b..a328bd7 100644 --- a/templates/pyproject.toml +++ b/templates/pyproject.toml @@ -134,6 +134,8 @@ ignore = [ # https://learn.scientific-python.org/development/guides/style/#PC180 # Not possible to run on the hardware used by the majority of our developers. Might change in future! "PC180", # Uses prettier. + # https://learn.scientific-python.org/development/guides/packaging-simple#PP006 + "PP006", # Uses dev dependency group ] [tool.ruff]