Enable flake8-debugger linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-debugger-t10.
This commit is contained in:
Marc Wrobel
2023-12-30 11:22:14 +01:00
parent 798c298c59
commit fb7c4f6bcc

View File

@@ -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