Skip to content

Commit 4bf4af2

Browse files
committed
refactor: Ignore ISC001 as covered by formatter
1 parent 4427f19 commit 4bf4af2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ lint.select = [
7373
"PERF", # perflint
7474
"UP", # pyupgrade
7575
]
76+
lint.ignore = [
77+
# Covered by formatter
78+
"ISC001" # single-line-implicit-string-concatenation
79+
]
7680
lint.isort.required-imports = [
7781
"from __future__ import annotations",
7882
]

0 commit comments

Comments
 (0)