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)
- 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`


No differences found