From d9c42c7674e5ee9b4488aa675de1908e60cd814e Mon Sep 17 00:00:00 2001 From: SupImDos Date: Sun, 9 Feb 2025 15:05:22 +0800 Subject: [PATCH] Update `ruff` rules. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 904e8a5..1ecf73d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,6 +92,7 @@ lint.select = [ "RUF", # ruff ] lint.ignore = [ + "A005", # allow shadowing of standard-library modules "D401", # imperative mood - overly restrictive "S101", # allow assertions ]