Skip to content

Commit b772d51

Browse files
committed
build(ruff): Remove logging string formats from ignored rules list
logging-string-concat (G003) logging-f-string (G004)
1 parent 88f9fb7 commit b772d51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ ignore = [
1919
"B006", # mutable-argument-default
2020
"B008", # function-call-in-default-argument
2121
"F401", # unused-import
22-
"G003", # logging-string-concat
23-
"G004", # logging-f-string
2422
"RUF005", # collection-literal-concatenation
2523
"RUF013", # implicit-optional
2624
"RUF015", # unnecessary-iterable-allocation-for-first-element

0 commit comments

Comments
 (0)