From 21fe4eafecb12e8c790faed0518f0e6e6d9080d7 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 16 Nov 2023 05:21:49 +0200 Subject: [PATCH] Enable pyupgrade linting Signed-off-by: Alfred Wingate --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b052eb..e03de1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,4 +42,4 @@ src_paths = ["bin/euscan", "src/euscan/"] extend-include = ["bin/euscan", "bin/euscan_patch_metadata"] [tool.ruff.lint] -extend-select = ["E", "N", "W"] +extend-select = ["E", "N", "UP", "W"]