We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58

--- setuptools-78.0.2/pyproject.toml.orig
+++ setuptools-78.0.2/pyproject.toml
@@ -108,12 +108,8 @@
 check = [
 	# upstream
 	"pytest-checkdocs >= 2.4",
-	"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
 
 	# local
-
-	# Removal of deprecated UP027, PT004 & PT005 astral-sh/ruff#14383
-	"ruff >= 0.8.0; sys_platform != 'cygwin'",
 ]
 
 cover = [