Enable flake8-debugger linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-debugger-t10.
This commit is contained in:
@@ -15,6 +15,7 @@ select = [
|
||||
"N", # pep8-naming
|
||||
"PGH", # pygrep-hooks
|
||||
"RUF100", # unused noqa (yesqa)
|
||||
"T10", # flake8-debugger
|
||||
"UP", # pyupgrade
|
||||
"W", # pycodestyle warnings
|
||||
"YTT", # flake8-2020
|
||||
|
||||
Reference in New Issue
Block a user