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:

  1. date and time is when the commit was created (%cI).

  2. res is how many lines there were in the baseline after the commit.

  3. old is how many lines there were in the baseline before the commit.

  4. fix is how many lines were removed from the baseline.

  5. new is how many lines were added into the baseline

  6. commit is the SHA256 has of the commit (%H).

  7. author is the email of the commit author (%ae).

example of the command output