Update old Python code
authorKirill Isakov <bootctl@gmail.com>
Sun, 3 Apr 2022 11:14:55 +0000 (17:14 +0600)
committerKirill Isakov <bootctl@gmail.com>
Sun, 10 Apr 2022 08:42:59 +0000 (14:42 +0600)
commit2ded4a80352dfbbd17b35ae0eafcbdc62243d574
tree9d960f083784d5e964000811e6bf94705ab356a3
parent6049b67f1e1cf00da8e0e913b8adc81a7b16bb87
Update old Python code

- reformat old Python scripts with black
- fix pylint warnings
- fix mypy warnings
- wrap all linters in lint.py
- replace reformat.py with lint.py --fix
- add new linting command: `ninja -C build lint`
.astylerc
lint.py [new file with mode: 0755]
meson.build
reformat.py [deleted file]
version.py