summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-07 20:14:26 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-08 18:21:24 -0500
commit0239c0372ea5ad44807a8a47598d0b4dacff276b (patch)
tree8059ba308186ee173ddc6a2ece2e88e996b264d4 /.github
parent5455bddcaeec4a274e15cfa194b382aa6793d060 (diff)
downloadrequests-cache-0239c0372ea5ad44807a8a47598d0b4dacff276b.tar.gz
Use nox to replace docs/Makefile, runtests.sh, and other local dev tasks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6e58304..f7ce1f1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -117,6 +117,6 @@ jobs:
black --check --diff .
isort --check --diff .
flake8 .
- mypy requests_cache
+ mypy --install-types --non-interactive requests_cache
- name: Run cyclomatic complexity check
run: poetry run radon cc ${{ env.COMPLEXITY_ARGS }} requests_cache