========================== Rule ``strict_comparison`` ========================== Comparisons should be strict. Warning ------- Using this rule is risky ~~~~~~~~~~~~~~~~~~~~~~~~ Changing comparisons to strict might change code behavior. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_