From 881549e83cef6d850283fbf3c960c0a10d3f9df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sat, 8 Nov 2025 11:52:12 +0000 Subject: [PATCH] Enable all pyupgrade lint rules --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09e32aa75..85a542282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -304,9 +304,7 @@ select = [ "N", # pep8-naming "PT", # flake8-pytest-style # "RUF", # ruff - # "UP", # pyupgrade - "UP031", # do not use percent formatting - "UP032", # use f-string instead of format call + "UP", # pyupgrade "TCH", # flake8-type-checking "W", # pycodestyle ]