Skip to content

Commit

Permalink
fix mypy inclusivity
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 17, 2024
1 parent 7846acd commit cb4a0ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo -e "y" | mypy --install-types **/*.py || 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:
Expand Down
4 changes: 4 additions & 0 deletions VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cb4a0ac

Please sign in to comment.