Improve _open() to avoid mypy and pylint warnings
authorAlexander Popov <alex.popov@linux.com>
Mon, 13 May 2024 22:09:48 +0000 (01:09 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 13 May 2024 22:09:48 +0000 (01:09 +0300)
commit4a4ac47bb27161044480181f7f7f3ec8adb9e732
tree34c9b585ad1cace1eedf36d5a30404a85b3ba473
parenta88e0633185026fbd02184061a6f12b004da7fa0
Improve _open() to avoid mypy and pylint warnings

No untyped *args and **kwargs.
Explicit encoding.

Nice!
kernel_hardening_checker/__init__.py