Skip to content

Commit 8c6a5c2

Browse files
committed
build(ruff): Remove printf-string-formatting from ignored rules list
1 parent b9cba08 commit 8c6a5c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ select = [
1616
ignore = [
1717
"E501", # line too long
1818

19-
"UP031", # printf-string-formatting
2019
"UP035", # deprecated-import
2120
"B006", # mutable-argument-default
2221
"B008", # function-call-in-default-argument

0 commit comments

Comments
 (0)