Skip to content

Commit

Permalink
Merge pull request #178 from ASFHyP3/remove-mypy
Browse files Browse the repository at this point in the history
remove mypy
  • Loading branch information
jtherrmann authored Jan 22, 2025
2 parents f3a771b + 9f8ed2f commit 946746a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ jobs:
call-ruff-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]

call-mypy-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.3]
### Removed
- Remove `mypy` from [`static-analysis`](.github/workflows/static-analysis.yml). See https://github.com/ASFHyP3/gis-services/issues/176

## [0.7.2]
### Added
- Add `mypy` to [`static-analysis`](.github/workflows/static-analysis.yml)
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ dependencies:
- pip:
# conda-forge ruff seems to require Python >=3.8
- ruff
- mypy
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ convention = "google"
[tool.ruff.lint.isort]
case-sensitive = true
lines-after-imports = 2

[tool.mypy]
python_version = "3.7"
warn_redundant_casts = true
warn_unused_ignores = true
warn_unreachable = true
strict_equality = true
check_untyped_defs = true

0 comments on commit 946746a

Please sign in to comment.