]> git.ipfire.org Git - thirdparty/mkosi.git/commit
config: annotate json object before assignment 4177/head
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 16 Feb 2026 12:17:26 +0000 (13:17 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 16 Feb 2026 12:17:26 +0000 (13:17 +0100)
commit32f4909ad66b544ab43fcf25fc9acc9907af55ac
tree8bcafd0caffd680605cc91f152560d22e074b34f
parent25a5726f4b1b7e1a662d44d6a412ded2d309c5af
config: annotate json object before assignment

This makes comments from type checkers clearer in this case, since the type is
clear before it is first assignment, but what is assigned to the object comes
from different functions.
mkosi/config.py