Skip to content

Commit

Permalink
Update mypy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan authored Sep 12, 2024
1 parent 4d66649 commit 9bdfdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
# https://realpython.com/python-type-checking/
run: |
mypy lessons --ignore-missing-imports --check-untyped-defs
mypy tests --ignore-missing-imports --check-untyped-defs
mypy tests --ignore-missing-imports

0 comments on commit 9bdfdcf

Please sign in to comment.