core-admin/qubes/ext
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 Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
block.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
core_features.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
gui.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
pci.py tests: do not leak open file 2018-01-15 15:57:30 +01:00
qubesmanager.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
r3compatibility.py typo in docstring 2017-12-05 17:39:34 +01:00
services.py vm: include tag/feature name in event name 2018-01-06 15:05:34 +01:00