Condition must be a boolean fixes.

This commit is contained in:
Andris Raugulis
2017-04-06 05:27:13 +03:00
parent 0d555d43b3
commit 21a93cbd66
2 changed files with 44 additions and 41 deletions

View File

@ -107,7 +107,7 @@ warn_redundant_casts = True
warn_return_any = True
warn_unused_ignores = True
strict_optional = True
#strict_boolean = True
strict_boolean = True
[pylint]
reports = no