[flake8](http://flake8.pycqa.org) F632 Use ==/!= to compare str, bytes, and int literals $ __python__ ```python >>> 0 == 0.0 True >>> 0 is 0.0 False ```sh_branch
parent
4d443b3b04
commit
eb0f793895
Loading…
Reference in new issue