David Tucker
David Tucker
> I think that I'll skip the Actions automation; i.e., I'll end up merging the first three of your patches but not the fourth. 👌 np. I'll remove that commit....
> 👌 np. I'll remove that commit. [It's over in my `master` branch](https://github.com/mhagger/git-when-merged/commit/c97f5a6a76554737740633fd0054d81cd9302973) in case you want it later.
I'm happy to do the packaging. @mhagger if I open a PR, will you publish this? I can include automation that pushes to PyPI automatically whenever a tag is created...
Those are _GitPython's_ requirements, though, not _my_ requirements... For example, `gitdb2` depends on `smmap`, but `GitPython` doesn't have that in its `requirements.txt`.
That sounds like a big task... In the meantime, maybe something like this could suffice: ``` python try: gitdb.op() except gitdb.exc.ODBError as exc: raise git.exc.GitDBError from exc ``` Actually though,...
### SSCCE ``` sh python3.7 -m venv venv venv/bin/pip install GitPython==3.1.24 mypy==0.910 vim sscce.py ``` ``` py import git git.Repo ``` ``` sh venv/bin/python sscce.py # runs fine venv/bin/mypy --strict...
might be the same as #63 or #68
I think #59 fixes this.
@rjancewicz Please review.
@nightfly19 wanna take this PR and publish as `kadmin`? It WFM: https://travis-ci.com/Isilon/isilon_hadoop_tools/jobs/246341511#L244