Skip to content

Commit

Permalink
Merge pull request #70 from ASFHyP3/upgrade-mypy-action
Browse files Browse the repository at this point in the history
upgrade mypy action
  • Loading branch information
jtherrmann authored Jan 17, 2025
2 parents 13fa578 + 91955ca commit f479e7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: ASFHyP3/actions/.github/workflows/[email protected]

call-mypy-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.14.0
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.15.0
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dependencies:
- responses
# For Running
- gdal
- boto3
# FIXME check if boto3 S3 stub functonality is fixed in the future
- boto3<1.36.0
- asf_search
- shapely
- pyproj
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ warn_unused_ignores = true
warn_unreachable = true
strict_equality = true
check_untyped_defs = true
install_types = true
non_interactive = true
pretty = true
disable_error_code = ["import-untyped"]

0 comments on commit f479e7e

Please sign in to comment.