Skip to content

Commit d48ea8e

Browse files
Update pyproject.toml
1 parent f065493 commit d48ea8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ lint.select = [
123123
]
124124
lint.ignore = [
125125
"E501", # Line too long
126+
"ISC001", # single-line-implicit-string-concatenation
126127
"PERF203", # try-except-in-loop
127128
"PLR", # Design related pylint codes
128129
"PT004", # Fixture does not return anything

0 commit comments

Comments
 (0)