Run stubs self-check on all python versions (#1126)

This commit is contained in:
Nikita Sobolev
2022-08-26 14:36:23 +03:00
committed by GitHub
parent 63bee32d0d
commit 06359013c9

View File

@@ -50,11 +50,8 @@ jobs:
run: mypy --strict django_stubs_ext run: mypy --strict django_stubs_ext
- name: Run mypy on scripts and utils - name: Run mypy on scripts and utils
run: mypy --strict scripts run: mypy --strict scripts
# TODO: run this check on versions, not only 3.10
- name: Run mypy on stubs - name: Run mypy on stubs
if: ${{ matrix.python-version }} == '3.10' run: mypy --cache-dir=/dev/null --no-incremental django-stubs
run: |
mypy --cache-dir=/dev/null --no-incremental django-stubs
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest