historyΒΆ
The mypy-baseline history
command prints in terminal commits that modified the baseline file and how many lines it had.
The command works with git log. So, to run the command, you need the baseline to be tracked in a git repository and git to be installed on the machine.
mypy-baseline history
Columns:
date
andtime
is when the commit was created (%cI
).res
is how many lines there were in the baseline after the commit.old
is how many lines there were in the baseline before the commit.fix
is how many lines were removed from the baseline.new
is how many lines were added into the baselinecommit
is the SHA256 has of the commit (%H
).author
is the email of the commit author (%ae
).