diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index beec7960a..8b65e52dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,3 +58,7 @@ extend-function-names = ["_n"] "deluge/**/gtkui.py" = ["E402"] "deluge/plugins/Stats/deluge_stats/graph.py" = ["E402"] "deluge/ui/gtk3/*.py" = ["E402"] + +[tool.pyright] +reportMissingImports = "information" +reportMissingModuleSource = "information" |