summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-05-03 16:36:16 +0100
committeryobmod <yobmod@gmail.com>2021-05-03 16:36:16 +0100
commit86114886ae8c2e1a9c09fdc145269089f281d212 (patch)
tree794effd4a29b13a45b671b1c1bb414d2fe8a762c
parentbaec2e293158ccffd5657abf4acdae18256c6c90 (diff)
parentf8e7a7df78fb98314ba5a0a98f4600454a6c3953 (diff)
downloadgitpython-86114886ae8c2e1a9c09fdc145269089f281d212.tar.gz
Merge branch 'addtypes' of https://github.com/Yobmod/GitPython into addtypes
-rw-r--r--.github/workflows/pythonpackage.yml11
m---------git/ext/gitdb0
2 files changed, 8 insertions, 3 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 5e94cd05..3c7215cb 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -5,9 +5,9 @@ name: Python package
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
jobs:
build:
@@ -47,6 +47,11 @@ jobs:
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 --ignore=W293,E265,E266,W503,W504,E731 --count --show-source --statistics
+ - name: Check types with mypy
+ run: |
+ set -x
+ pip install tox
+ tox -e type
- name: Test with nose
run: |
set -x
@@ -56,4 +61,4 @@ jobs:
run: |
set -x
pip install -r doc/requirements.txt
- make -C doc html \ No newline at end of file
+ make -C doc html
diff --git a/git/ext/gitdb b/git/ext/gitdb
-Subproject e45fd0792ee9a987a4df26e3139f5c3b107f009
+Subproject 03ab3a1d40c04d6a944299c21db61cf9ce30f6b