forked from orbit-oss/flask
Initial typing support
This enables type checking in CI and marks the project as typed.
This commit is contained in:
parent
c791f6312b
commit
f405c6f19e
7 changed files with 49 additions and 0 deletions
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
|
||||
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
|
||||
- {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
|
||||
- {name: Typing, python: '3.9', os: ubuntu-latest, tox: typing}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue