We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f417f commit 63f37a8Copy full SHA for 63f37a8
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ matrix.python-version != '3.7' }}
47
run: |
48
mkdir -p .mypy-cache
49
- mypy . --install-types --non-interactive --cache-dir .mypy-cache --explicit-package-bases
+ mypy . --install-types --non-interactive --cache-dir .mypy-cache --explicit-package-bases --check-untyped-defs
50
51
conda-build:
52
runs-on: ubuntu-latest
0 commit comments