diff --git a/pyproject.toml b/pyproject.toml index 85dc7b3d..bf0fbe84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,10 +178,7 @@ select = ["ALL"] ignore = ["CPY", "FIX002", "COM812"] [tool.ruff.lint.per-file-ignores] -"*.pyi" = [ - "TD", # flake8-todo - # "PLC2701", # pylint/convention: import-private-name -] +"*.pyi" = ["TD"] [tool.ruff.lint.flake8-builtins] builtins-allowed-modules = ["random"]