nix-community / plasma-manager

Manage KDE Plasma with Home Manager
https://nix-community.github.io/plasma-manager/
MIT License
658 stars 76 forks source link

Fix typing issues in write_config.py #336

Closed luochen1990 closed 2 months ago

luochen1990 commented 2 months ago

Add & fix type annotations so that it pass the pylance / pyright strict mode type checking.

Any is used for some case, might be removed and replaced by TypedDict if there are more information.

magnouvean commented 2 months ago

Looks good. I'll merge right away!