Skip to content

Commit

Permalink
ci: update mypy check (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jul 18, 2024
1 parent 4290889 commit 40360ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
unfold: true

# see: https://github.com/python/mypy/issues/10600#issuecomment-857351152
- run: yes | mypy . --install-types || true
- name: init mypy
continue-on-error: true
run: |
mkdir -p .mypy_cache
mypy --install-types --non-interactive .
- name: Check typing
# mypy uses the config file found in the following order:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- CI: rename `import-extras` to `custom-import` in package check ([#287](https://github.com/Lightning-AI/utilities/pull/287))

### Fixed

- CI: update type/`mypy` check ([#288](https://github.com/Lightning-AI/utilities/pull/288))

## [0.11.4] - 2024-07-15

### Changed
Expand Down

0 comments on commit 40360ed

Please sign in to comment.