Skip to content

Commit

Permalink
chore: update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 17, 2024
1 parent a04267f commit 9e047c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ repos:
- id: mypy
name: mypy
args: [--strict]
additional_dependencies: [numpy, dask, distributed, tornado]
additional_dependencies: [numpy, dask, distributed, tornado, "msgpack<1.1"]
repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.0

- hooks:
- id: pyright
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Repository = "https://github.com/phi-friday/joblib-stubs"

[project.optional-dependencies]
mypy = [
"mypy>=1.11.2",
"mypy>=1.12.0",
]
mypy-strict = [
"mypy==1.11.2",
"mypy==1.12.0",
"joblib-stubs[mypy]",
]

Expand Down

0 comments on commit 9e047c1

Please sign in to comment.