##// END OF EJS Templates
run mypy on github action...
run mypy on github action Travis is getting too slow to start, so migrating away some small steps to regain some CI time.

File last commit:

r25684:69cd5d0c
r26158:80119a23
Show More
.git-blame-ignore-revs
15 lines | 618 B | text/plain | TextLexer
/ .git-blame-ignore-revs
Terry Davis
Adds support for blame ignore....
r25427 # When making commits that are strictly formatting/style changes, add the
Matthias Bussonnier
Update instruction on git blame
r25656 # commit hash here, so git blame can ignore the change. See docs for more
# details:
Terry Davis
Adds support for blame ignore....
r25427 # https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
Matthias Bussonnier
Update instruction on git blame
r25656 #
#
# You should be able to execute either
# ./tools/configure-git-blame-ignore-revs.bat or
# ./tools/configure-git-blame-ignore-revs.sh
#
Terry Davis
Adds support for blame ignore....
r25427 # Example entries:
Matthias Bussonnier
Update instruction on git blame
r25656 #
# <full commit hash> # initial black-format
Terry Davis
Adds support for blame ignore....
r25427 # <full commit hash> # rename something internal
Paul Ivanov
start using .git-blame-ignore-revs
r25684 6e748726282d1acb9a4f9f264ee679c474c4b8f5 # Apply pygrade --36plus on IPython/core/tests/test_inputtransformer.py.