Skip to content

Commit 63f37a8

Browse files
committed
add --check-untyped-defs to mypy args
1 parent 29f417f commit 63f37a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ matrix.python-version != '3.7' }}
4747
run: |
4848
mkdir -p .mypy-cache
49-
mypy . --install-types --non-interactive --cache-dir .mypy-cache --explicit-package-bases
49+
mypy . --install-types --non-interactive --cache-dir .mypy-cache --explicit-package-bases --check-untyped-defs
5050
5151
conda-build:
5252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)