mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
PEP8 recommends that comparisons with singletons such as None should be done with "is" and "is not", and never equality operators. This guideline is described here: https://www.python.org/dev/peps/pep-0008/#programming-recommendations Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
161 KiB
Executable File
161 KiB
Executable File