diff --git a/.ruff.toml b/.ruff.toml index fe4d3be2..5adad926 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -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