Skip to content

Commit b9d5e8f

Browse files
authored
chore: add lint rule that catches breakpoint (#4737)
1 parent 23083f9 commit b9d5e8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ retry_delay = 10
273273
select = [
274274
"F401",
275275
"RET505",
276+
"T100",
276277
]
277278
extend-select = ["TID"]
278279

0 commit comments

Comments
 (0)