Skip to content

Commit 762daf4

Browse files
Ignore ruff rule ISC001 (incompatible with formatter)
1 parent 437a17e commit 762daf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ignore = [
3030
"E731", # Do not use lambda
3131
"F841", # Local assigned but not used (TODO: enable, these are likely bugs)
3232
"RUF012", # Mutable class attribute annotations
33+
"ISC001", # single-line-implicit-string-concatenation incompatible with formatter
3334
]
3435

3536
[tool.ruff.lint.extend-per-file-ignores]

0 commit comments

Comments
 (0)