From 3e81af966a88ca68135aedbe51ccf93b0e59f2eb Mon Sep 17 00:00:00 2001 From: boxydog Date: Sat, 1 Jun 2024 16:00:07 -0500 Subject: [PATCH] ruff UP031: use format specifiers instead of percent format --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccd75f9f..dd256a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,7 +190,6 @@ ignore = [ # either by removing them from the `select` or `extend-select` configuration, # or adding them to the `ignore` configuration." "ISC001", # single-line-implicit-string-concatenation - "UP031", # printf-string-formatting # PERF203 has minimal performance impact, and you have to catch the exception # inside the loop if you want to ignore it, so let's ignore PERF203. "PERF203", # try-except-in-loop