Skip to content

Commit eaa7200

Browse files
committed
chore: Enable implicit-string-concatenation rules
1 parent 2c31a6e commit eaa7200

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ select = [
125125
"FLY",
126126
"FURB",
127127
"I",
128+
"ISC",
128129
"PERF",
129130
"PGH",
130131
"PIE",
@@ -177,8 +178,6 @@ ignore = [
177178
"Q003",
178179
"COM812",
179180
"COM819",
180-
"ISC001",
181-
"ISC002",
182181
]
183182

184183
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)