Skip to content

Commit 8d4a7cb

Browse files
committed
update requirements for mypy in pre-commit definition file
1 parent a4a9162 commit 8d4a7cb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ repos:
3535
args: []
3636
exclude: tests/
3737
additional_dependencies:
38+
- numpy
39+
- packaging
40+
- psutil
3841
- pyparsing
39-
- types-psutil
4042
- pyzmq
41-
- numpy
43+
- types-psutil

0 commit comments

Comments
 (0)