Skip to content

Commit

Permalink
Added mypy as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Johansson committed Nov 19, 2024
1 parent 5c36e1b commit 4fc3a83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Changed

- Added mypy as test dependency

## [0.11.1]

### Added
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dev = [
]
test = [
"pytest-cov ~=4.1.0",
"mypy == 1.13.0"
]

[build-system]
Expand Down

0 comments on commit 4fc3a83

Please sign in to comment.