From 4b291c8cd0ab958d389976024e4a92c15f2bca9c Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 11 May 2026 00:51:26 +0900 Subject: [PATCH] chore: add psutil typing stubs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5694ed6..3510afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ lint = [ "ruff==0.11.13", "PyGObject-stubs==2.13.0", "types-requests>=2.32.4", + "types-psutil==7.2.2.20260508", ] dev = [ "dzgui[docs,test,lint]"