Skip to content

Commit

Permalink
Add flake8-debugger plugin for ruff (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutwater authored Oct 24, 2024
1 parent 867d51e commit 4de5525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ select = [
"RUF",
# flake8-simplify
"SIM",
# flake8-debugger
"T10",
]
extend-ignore = [
# B904 requires using `raise ... from ...` to explicitly tell what to do with "parent"
Expand Down

0 comments on commit 4de5525

Please sign in to comment.