summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2021-02-01 00:43:14 +0100
committerDavid Lord <davidism@gmail.com>2021-02-15 15:41:56 -0800
commit5a77d69224936898e81010bb1c78fcb28e534318 (patch)
treea7c7828813539bd6b163f8e5ffd1031014bb04c0 /.github
parentb8a33bf050ce41a398538d03dab6c8450ae76f28 (diff)
downloadclick-5a77d69224936898e81010bb1c78fcb28e534318.tar.gz
initial type checking configuration
add minimal annotations to pass checks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 2291f44..f7535c7 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -23,6 +23,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}
- {name: Docs, python: '3.9', os: ubuntu-latest, tox: docs}
steps:
- uses: actions/checkout@v2