Skip to content

Commit 38c3607

Browse files
committed
Enabled flake8-debugger plugin rule for ruff linter
1 parent e301732 commit 38c3607

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
@@ -91,6 +91,7 @@ select = [
9191
"UP032", # f-string
9292
"UP034", # extraneous-parentheses
9393
"UP037", # quoted-annotation
94+
"T10", # flake8-debugger
9495
]
9596

9697
ignore = [

0 commit comments

Comments
 (0)