summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1297 from gitpython-developers/py.typedDominic2021-07-242-10/+6
|\ | | | | Fix Py.typed discovery
| * Add build system to pyproject.tomlDominic2021-07-241-0/+4
| |
| * Rmv EZ_setup from setup.pyDominic2021-07-241-8/+1
| | | | | | Build tools now specified in pyproject.toml, so can be sure setuptools is installed
| * fix find_packages()Dominic2021-07-241-2/+1
|/ | | Make exclude arg a sequence -> find_packages(exclude=["test", "test.*"])
* re-add package data for py.typedDominic2021-07-231-0/+1
| | | Need for pypi install?
* update typing-extensions to 3.10.0Dominic2021-07-231-1/+1
|
* prepare patch release3.1.19Sebastian Thiel2021-07-232-1/+10
|
* Merge pull request #1295 from Yobmod/mainSebastian Thiel2021-07-2046-353/+496
|\ | | | | Add types to refs
| * Rmv old py2.7 __future__ importsYobmod2021-07-199-15/+0
| |
| * Add a cast to git.cmd _version_infoYobmod2021-07-191-10/+10
| |
| * Make pathlike a forward refYobmod2021-07-192-4/+6
| |
| * update types in types.pyYobmod2021-07-191-2/+2
| |
| * Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-07-191-9/+11
| |\
| | * Update README.mdDominic2021-07-191-2/+3
| | | | | | | | | Add paragraph space
| | * Update README.mdDominic2021-07-191-9/+10
| | | | | | | | | tidy up testing section
| * | Change remaining type comments to py3.6+ typesYobmod2021-07-1916-73/+77
| |/
| * Add flake8-bugbear and -comprehensions to test-requirements.txtYobmod2021-07-192-6/+6
| |
| * rmv redundant IOerror exceptYobmod2021-07-192-660/+2
| |
| * rmv python 3.5 checks from testsYobmod2021-07-198-24/+15
| |
| * Make types in refs compatible with objectsYobmod2021-07-197-23/+30
| |
| * Make traversable and serilizable into protocolsYobmod2021-07-191-24/+54
| |
| * Make types in refs compatible with repoYobmod2021-07-191-3/+4
| |
| * Make types in refs compatible with previousYobmod2021-07-196-45/+59
| |
| * Add types to refs/head.pyYobmod2021-07-191-15/+22
| |
| * Add types to refs/log.pyYobmod2021-07-191-54/+86
| |
| * Add types to refs/reference.pyYobmod2021-07-191-12/+25
| |
| * Add types to refs/remote.pyYobmod2021-07-191-9/+22
| |
| * Add types to refs/symbolic.pyYobmod2021-07-191-0/+674
| |
| * Add types to refs/tag.pyYobmod2021-07-191-10/+36
| |
| * update types in types.pyYobmod2021-07-192-6/+6
|/
* Merge pull request #1294 from gitpython-developers/tidy-toolsSebastian Thiel2021-07-1912-135/+99
|\ | | | | Tidy tools
| * Update README.mdDominic2021-07-191-7/+9
| | | | | | Update testing section
| * Add sphinx-autodoc-typehintsDominic2021-07-191-0/+1
| |
| * Add mypy to test-requirements.txtDominic2021-07-191-1/+1
| |
| * Update pyproject.tomlDominic2021-07-191-1/+1
| | | | | | Add --force sugar flag
| * Update .flake8Dominic2021-07-191-1/+3
| | | | | | Add flags from pythonpackage.yaml
| * Update pythonpackage.ymlDominic2021-07-191-9/+4
| | | | | | Rmv unneeded installs and testing flags (will use the flage from the config files)
| * Update requirements-dev.txtDominic2021-07-191-2/+12
| | | | | | Add comment and more local libs
| * Update conf.pyDominic2021-07-191-4/+5
| | | | | | rmv unicode prefixes - sphinx 4+ wont accept py2 code
| * Update pshinx versions in docs/reqs.txtDominic2021-07-191-1/+1
| |
| * Delete .deepsource.tomlDominic2021-07-191-15/+0
| | | | | | Not used anymore
| * Delete .codeclimate.ymlDominic2021-07-191-15/+0
| | | | | | Not used anymore
| * Create .flake8Dominic2021-07-191-0/+30
| | | | | | | | Add .flake8 file - flake8 wont use pyproject.toml without a wrapper. e.g. flakehell or flake9
| * Create pyproject.tomlDominic2021-07-191-0/+35
| | | | | | Add pyproject.toml with sections for pyest, mypy, coverage.py
| * Delete .coveragercDominic2021-07-191-7/+0
| |
| * Delete mypy.iniDominic2021-07-191-14/+0
| |
| * Delete tox.iniDominic2021-07-191-61/+0
| |
* | Add mypy to test-requirements.txtDominic2021-07-191-1/+1
|/ | | also rmv coverage, as pytest-cov brings that
* rmv tox from test-requirements.txtDominic2021-07-161-1/+0
|
* Make development status clearerSebastian Thiel2021-07-141-14/+11
|