Pin `mypy==1.18.2` by George-Ogden · Pull Request #2087 · gitpython-developers/GitPython
Show all changes
12 commits
Select commit Hold shift + click to select a range
497ca40
Pin mypy==1.18.2
George-Ogden
50762f1
Fail remote pipeline when mypy fails
George-Ogden
8469a12
Fix or ignore all mypy errors
George-Ogden
a9756bc
Fix typing so that code can run
George-Ogden
0aba3e7
Stop Lit_commit_ish being imported
George-Ogden
019f270
Set __test__ = False in not tested classes
George-Ogden
ca5a2e8
Add missing parentheses around tuple constructor
George-Ogden
c757908
Install mypy for Python >= 3.9
George-Ogden
9decf74
Skip mypy when Python < 3.9
George-Ogden
a1f094c
Use git.types.Literal instead of typing.Literal
George-Ogden
b5c834a
Remve comment about skipping mypy
George-Ogden
eb15123
Use cast to allow silent getattrs
George-Ogden