]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Fix pyright typing errors 773/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 8 Aug 2021 12:58:25 +0000 (13:58 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 20 Aug 2021 20:03:09 +0000 (21:03 +0100)
commit8de08d4169bc1072be7fbd5a34abcda09a1f0f6f
treea6537da97f71bcd5ca5302af1a0fb3999d093f24
parentba613e2102fe6ae782cd32973269ba22c9bc9091
Fix pyright typing errors

pyright is an alternative type checker for Python. It's main advantage
over mypy is that it's a lot faster than mypy which makes it a lot more
pleasant to use in VSCode for in-editor type checking.

This commit fixes the typing errors flagged by pyright.
.github/workflows/ci-unit-test.yml
mkosi/__init__.py
mkosi/backend.py
tests/test_config_parser.py