diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index 0d67ba8b..d67c2eae 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -53,10 +53,10 @@ jobs: pip install mypy # Start by installing type stubs - name: mypy --> Install stubs - run: echo -e "y" | mypy --install-types **/*.py || exit 0 + run: echo -e "y" | mypy --install-types . || exit 0 - name: mypy --> Static type checking # Configured in pyprojet.toml - run: mypy **/*.py + run: mypy . # Use pipreqs to check for missing dependencies pipreqs-check: diff --git a/VERSIONLOG.md b/VERSIONLOG.md index 4322f46c..b098c797 100644 --- a/VERSIONLOG.md +++ b/VERSIONLOG.md @@ -1,5 +1,9 @@ # TACA Version Log +## 20240617.1 + +Run mypy for entire repo regardless of depth. + ## 20240527.1 Use run-specific name to find Anglerfish samplesheet.