From 03cb3e9dc035ecdf7d699ab635651c8ffcb985b8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 26 Oct 2025 12:15:34 -0700 Subject: [PATCH] make ruff happy :) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cb877c351..f2d8c5cad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -235,7 +235,6 @@ lint.ignore = [ "B027", "B024", "NPY002", # new numpy random syntax is worse - "UP038", # (x, y) -> x|y for isinstance ] line-length = 160 target-version ="py311"