Skip to content

Commit

Permalink
Merge pull request #128 from uktrade/feat/enable-type-checking-in-cli…
Browse files Browse the repository at this point in the history
…ent-code

feat: enable type checking in client code
  • Loading branch information
michalc authored May 27, 2024
2 parents 1d8a18a + c10df41 commit eab1bdb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install ".[ci]"
- name: "Run type checking"
run: |
mypy stream_zip.py --strict
mypy stream_zip --strict
- name: "Run tests"
run: |
pytest --cov
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ ci = [

[tool.hatch.build]
include = [
"stream_zip.py",
"stream_zip",
]
File renamed without changes.
Empty file added stream_zip/py.typed
Empty file.

0 comments on commit eab1bdb

Please sign in to comment.