From 131b9d276227d3c954cfdeadbb7b1c78315f165c Mon Sep 17 00:00:00 2001 From: Newbyte <newbyte@postmarketos.org> Date: Sun, 19 Jan 2025 14:13:04 +0100 Subject: [PATCH] pyproject.toml: Enable all N checks (MR 2537) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 228b18857..0e2308a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ target-version = "py310" # RUF021: Could be fixed if someone cares about this. # RUF052: Needs a lot of changes, feel free to fix and then remove this ignore. extend-ignore = ["RUF021", "RUF052"] -extend-select = ["CPY001", "PIE", "RUF", "UP"] +extend-select = ["CPY001", "N", "PIE", "RUF", "UP"] preview = true [tool.ruff.lint.extend-per-file-ignores] -- GitLab