Skip to content

Commit

Permalink
tweak mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
jandom committed Jul 27, 2024
1 parent fe08bcc commit 8dc99c3
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -58,4 +58,4 @@ jobs:
- name: Run mypy
run: |-
mkdir -p .mypy_cache
mypy --install-types --non-interactive qreader.py
mypy --install-types --non-interactive src tests
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ license_files=LICENSE
ignore_missing_imports = True
[mypy-qrdet.*]
ignore_missing_imports = True
[mypy-qrcode.*]
ignore_missing_imports = True

0 comments on commit 8dc99c3

Please sign in to comment.