From c33ebd53082a30d28a51b44a41df7d31bd66eb64 Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Thu, 17 Oct 2024 09:42:56 +0100 Subject: [PATCH] Urgh --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e63525919..2a1469171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ select = [ "PD", # pandas-vet for linting pandas code "UP", # pyupgrade for upgrading syntax to new Python versions "PERF", # perflint for performance anti-patterns - "FURB" # refurb for reburbishing and modernising + "FURB" # refurb for reburbishing and modernizing ] [tool.ruff.lint.per-file-ignores]