Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #1297 from gitpython-developers/py.typed | Dominic | 2021-07-24 | 2 | -10/+6 | |
|\ | | | | | Fix Py.typed discovery | |||||
| * | Add build system to pyproject.toml | Dominic | 2021-07-24 | 1 | -0/+4 | |
| | | ||||||
| * | Rmv EZ_setup from setup.py | Dominic | 2021-07-24 | 1 | -8/+1 | |
| | | | | | | Build tools now specified in pyproject.toml, so can be sure setuptools is installed | |||||
| * | fix find_packages() | Dominic | 2021-07-24 | 1 | -2/+1 | |
|/ | | | Make exclude arg a sequence -> find_packages(exclude=["test", "test.*"]) | |||||
* | re-add package data for py.typed | Dominic | 2021-07-23 | 1 | -0/+1 | |
| | | | Need for pypi install? | |||||
* | update typing-extensions to 3.10.0 | Dominic | 2021-07-23 | 1 | -1/+1 | |
| | ||||||
* | prepare patch release3.1.19 | Sebastian Thiel | 2021-07-23 | 2 | -1/+10 | |
| | ||||||
* | Merge pull request #1295 from Yobmod/main | Sebastian Thiel | 2021-07-20 | 46 | -353/+496 | |
|\ | | | | | Add types to refs | |||||
| * | Rmv old py2.7 __future__ imports | Yobmod | 2021-07-19 | 9 | -15/+0 | |
| | | ||||||
| * | Add a cast to git.cmd _version_info | Yobmod | 2021-07-19 | 1 | -10/+10 | |
| | | ||||||
| * | Make pathlike a forward ref | Yobmod | 2021-07-19 | 2 | -4/+6 | |
| | | ||||||
| * | update types in types.py | Yobmod | 2021-07-19 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'main' of https://github.com/Yobmod/GitPython | Yobmod | 2021-07-19 | 1 | -9/+11 | |
| |\ | ||||||
| | * | Update README.md | Dominic | 2021-07-19 | 1 | -2/+3 | |
| | | | | | | | | | Add paragraph space | |||||
| | * | Update README.md | Dominic | 2021-07-19 | 1 | -9/+10 | |
| | | | | | | | | | tidy up testing section | |||||
| * | | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 16 | -73/+77 | |
| |/ | ||||||
| * | Add flake8-bugbear and -comprehensions to test-requirements.txt | Yobmod | 2021-07-19 | 2 | -6/+6 | |
| | | ||||||
| * | rmv redundant IOerror except | Yobmod | 2021-07-19 | 2 | -660/+2 | |
| | | ||||||
| * | rmv python 3.5 checks from tests | Yobmod | 2021-07-19 | 8 | -24/+15 | |
| | | ||||||
| * | Make types in refs compatible with objects | Yobmod | 2021-07-19 | 7 | -23/+30 | |
| | | ||||||
| * | Make traversable and serilizable into protocols | Yobmod | 2021-07-19 | 1 | -24/+54 | |
| | | ||||||
| * | Make types in refs compatible with repo | Yobmod | 2021-07-19 | 1 | -3/+4 | |
| | | ||||||
| * | Make types in refs compatible with previous | Yobmod | 2021-07-19 | 6 | -45/+59 | |
| | | ||||||
| * | Add types to refs/head.py | Yobmod | 2021-07-19 | 1 | -15/+22 | |
| | | ||||||
| * | Add types to refs/log.py | Yobmod | 2021-07-19 | 1 | -54/+86 | |
| | | ||||||
| * | Add types to refs/reference.py | Yobmod | 2021-07-19 | 1 | -12/+25 | |
| | | ||||||
| * | Add types to refs/remote.py | Yobmod | 2021-07-19 | 1 | -9/+22 | |
| | | ||||||
| * | Add types to refs/symbolic.py | Yobmod | 2021-07-19 | 1 | -0/+674 | |
| | | ||||||
| * | Add types to refs/tag.py | Yobmod | 2021-07-19 | 1 | -10/+36 | |
| | | ||||||
| * | update types in types.py | Yobmod | 2021-07-19 | 2 | -6/+6 | |
|/ | ||||||
* | Merge pull request #1294 from gitpython-developers/tidy-tools | Sebastian Thiel | 2021-07-19 | 12 | -135/+99 | |
|\ | | | | | Tidy tools | |||||
| * | Update README.md | Dominic | 2021-07-19 | 1 | -7/+9 | |
| | | | | | | Update testing section | |||||
| * | Add sphinx-autodoc-typehints | Dominic | 2021-07-19 | 1 | -0/+1 | |
| | | ||||||
| * | Add mypy to test-requirements.txt | Dominic | 2021-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update pyproject.toml | Dominic | 2021-07-19 | 1 | -1/+1 | |
| | | | | | | Add --force sugar flag | |||||
| * | Update .flake8 | Dominic | 2021-07-19 | 1 | -1/+3 | |
| | | | | | | Add flags from pythonpackage.yaml | |||||
| * | Update pythonpackage.yml | Dominic | 2021-07-19 | 1 | -9/+4 | |
| | | | | | | Rmv unneeded installs and testing flags (will use the flage from the config files) | |||||
| * | Update requirements-dev.txt | Dominic | 2021-07-19 | 1 | -2/+12 | |
| | | | | | | Add comment and more local libs | |||||
| * | Update conf.py | Dominic | 2021-07-19 | 1 | -4/+5 | |
| | | | | | | rmv unicode prefixes - sphinx 4+ wont accept py2 code | |||||
| * | Update pshinx versions in docs/reqs.txt | Dominic | 2021-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Delete .deepsource.toml | Dominic | 2021-07-19 | 1 | -15/+0 | |
| | | | | | | Not used anymore | |||||
| * | Delete .codeclimate.yml | Dominic | 2021-07-19 | 1 | -15/+0 | |
| | | | | | | Not used anymore | |||||
| * | Create .flake8 | Dominic | 2021-07-19 | 1 | -0/+30 | |
| | | | | | | | | Add .flake8 file - flake8 wont use pyproject.toml without a wrapper. e.g. flakehell or flake9 | |||||
| * | Create pyproject.toml | Dominic | 2021-07-19 | 1 | -0/+35 | |
| | | | | | | Add pyproject.toml with sections for pyest, mypy, coverage.py | |||||
| * | Delete .coveragerc | Dominic | 2021-07-19 | 1 | -7/+0 | |
| | | ||||||
| * | Delete mypy.ini | Dominic | 2021-07-19 | 1 | -14/+0 | |
| | | ||||||
| * | Delete tox.ini | Dominic | 2021-07-19 | 1 | -61/+0 | |
| | | ||||||
* | | Add mypy to test-requirements.txt | Dominic | 2021-07-19 | 1 | -1/+1 | |
|/ | | | also rmv coverage, as pytest-cov brings that | |||||
* | rmv tox from test-requirements.txt | Dominic | 2021-07-16 | 1 | -1/+0 | |
| | ||||||
* | Make development status clearer | Sebastian Thiel | 2021-07-14 | 1 | -14/+11 | |
| |