core-admin/qubes/api
Marek Marczykowski-Górecki be2465c1f9
Fix issues found by pylint 2.0
Resolve:
 - no-else-return
 - useless-object-inheritance
 - useless-return
 - consider-using-set-comprehension
 - consider-using-in
 - logging-not-lazy

Ignore:
 - not-an-iterable - false possitives for asyncio coroutines

Ignore all the above in qubespolicy/__init__.py, as the file will be
moved to separate repository (core-qrexec) - it already has a copy
there, don't desynchronize them.
2018-07-15 23:51:15 +02:00
..
__init__.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
admin.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
internal.py Fix typo in volume import end handler 2017-11-21 01:05:06 -05:00
misc.py vm/qubesvm: allow 'features-request' to have async handlers 2018-03-02 01:16:38 +01:00