From 99a36c3fdf2d00d0451f55c03730c087805ee8b3 Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Sun, 15 Dec 2024 13:28:17 +0000 Subject: [PATCH] remove deprecated Ruff rule Signed-off-by: Grant Ramsay --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 680dff6e..56f8078d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,6 @@ quote-style = "double" [tool.ruff.lint] select = ["ALL"] # we are being very strict! ignore = [ - "ANN101", "PGH003", "FBT002", "FBT003",