Skip to content

Commit

Permalink
Merge pull request #1905 from timbrel/mypy-invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Apr 22, 2024
2 parents 14b87fb + b5f499b commit bb00042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
pip install mypy
- name: Check with mypy
run: |
mypy git_savvy.py --platform=${{ matrix.platform }}
mypy -p GitSavvy --platform=${{ matrix.platform }}
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mypy_path =
..
sqlite_cache = True
implicit_optional = True
no_namespace_packages = True

[mypy-yaml]
ignore_missing_imports = True
Expand Down

0 comments on commit bb00042

Please sign in to comment.