pygobject / pygobject-stubs

PEP 561 Typing Stubs for PyGObject
GNU Lesser General Public License v2.1
74 stars 26 forks source link

chore: stubs for libadwaita 1.4 #159

Closed theCapypara closed 10 months ago

theCapypara commented 10 months ago

This adds the types for libadwaita 1.4. Generated using:

$ python tools/generate.py Adw 1 > src/gi-stubs/repository/Adw.pyi

Confirmation about the version:

$ pacman -Q libadwaita
libadwaita 1:1.4.0-1
lovetox commented 10 months ago

Can you run black and isort on the codebase, or install pre-commit and use that.

theCapypara commented 10 months ago

Done! Sorry about that, totally forgot about those.