Skip to content

Commit 3cfa92c

Browse files
committed
Enable Ruff T100
1 parent 089b8f9 commit 3cfa92c

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
@@ -154,6 +154,7 @@ select = [
154154
"RUF", # ruff
155155
"ISC001", # single-line-implicit-string-concatenation
156156
"TID", # flake8-tidy-imports
157+
"T100", # Checks for the presence of debugger calls and imports
157158
]
158159

159160
ignore = [

0 commit comments

Comments
 (0)