Skip to content

Commit c80dd5a

Browse files
committed
Upper pin is also needed in pre-commit config, apparently.
1 parent 2349bf5 commit c80dd5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- repo: https://github.com/pre-commit/mirrors-mypy
2020
rev: v1.19.1
2121
hooks:
22-
- id: mypy
23-
additional_dependencies: [numpy, matplotlib]
22+
- id: mypy
23+
additional_dependencies: [numpy<2.4, matplotlib]
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
2626
# Ruff version.
27-
rev: 'v0.14.10'
27+
rev: "v0.14.10"
2828
hooks:
2929
- id: ruff
3030

0 commit comments

Comments
 (0)