Skip to content

Commit 5a590b8

Browse files
DimitriPapadopoulosjaraco
authored andcommitted
Enable ruff/flake8-implicit-str-concat rules (ISC)
1 parent 7d12ab7 commit 5a590b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[lint]
22
extend-select = [
33
"C901",
4+
"ISC",
45
"W",
56
]
67
ignore = [

0 commit comments

Comments
 (0)