diff --git a/.ruff.toml b/.ruff.toml index f0b61926a..899929db3 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -75,7 +75,6 @@ ignore = [ "ISC001", # Conflicts with ruff auto-format "NPY", # NumPy-specific rules "PIE790", # Allow unnecssary 'pass' (sometimes useful for readability) - "PERF203", # exception handling in loop "PLR6301", # Allow class methods that don't use 'self' (otherwise noisy) "RUF022", # Allow unsorted __all__ (sometimes useful for grouping by type with pdoc) "S", # flake8-bandit (noisy, security related)