Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# test round() with integral values
tests = [
False, True,
0, 1, -1, 10
]
for t in tests:
print(round(t))