freeipa/ipaserver/dnssec
Armando Neto ba954efafd Fix pylint 2.0 conditional-related violations
In order to support pylint 2.0 the following violations must be fixed:

- `chained-comparison` (R1716):
  Simplify chained comparison between the operands This message is
  emitted when pylint encounters boolean operation like
  "a < b and b < c", suggesting instead to refactor it to "a < b < c".

- `consider-using-in` (R1714):
  Consider merging these comparisons with "in" to %r To check if a
  variable is equal to one of many values,combine the values into a
  tuple and check if the variable is contained "in" it instead of
  checking for equality against each of the values.This is faster
  and less verbose.

Issue: https://pagure.io/freeipa/issue/7614

Signed-off-by: Armando Neto <abiagion@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2018-07-12 08:49:43 +02:00
..
__init__.py ipapython: move dnssec, p11helper and secrets to ipaserver 2016-11-29 14:50:51 +01:00
abshsm.py logging: do not reference loggers in arguments and attributes 2017-07-14 15:55:59 +02:00
bindmgr.py Fix pylint 2.0 conditional-related violations 2018-07-12 08:49:43 +02:00
keysyncer.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
ldapkeydb.py Import ABCs from collections.abc 2018-07-05 19:45:10 +02:00
localhsm.py Cleanup shebang and executable bit 2018-07-05 19:46:42 +02:00
odsmgr.py Fix pylint 2.0 conditional-related violations 2018-07-12 08:49:43 +02:00
syncrepl.py Fix pylint 2.0 return-related violations 2018-07-11 10:11:38 +02:00
temp.py ipapython: move dnssec, p11helper and secrets to ipaserver 2016-11-29 14:50:51 +01:00