freeipa/ipapython/install
Stanislav Levin c6769ad12f Fix errors found by Pylint-2.4.3
New Pylint (2.4.3) catches several new 'true problems'. At the same
time, it warns about things that are massively and reasonably
employed in FreeIPA.

list of fixed:
- no-else-continue
- redeclared-assigned-name
- no-else-break
- unnecessary-comprehension
- using-constant-test (false positive)

list of ignored (responsibility of contributors and reviewers):
- import-outside-toplevel

Fixes: https://pagure.io/freeipa/issue/8102
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2019-10-21 18:01:32 +11:00
..
__init__.py install: Introduce installer framework ipapython.install 2015-06-08 15:34:11 +00:00
cli.py Drop list of return values to be ignored in AdminTool 2019-06-07 11:24:45 +02:00
common.py Fix errors found by Pylint-2.4.3 2019-10-21 18:01:32 +11:00
core.py Fix Pylint 2.0 violations 2018-07-14 12:04:19 +02:00
typing.py install: use standard Python classes to declare knob types 2016-11-11 12:17:25 +01:00
util.py Py3: Remove subclassing from object 2018-09-27 11:49:04 +02:00