Skip to content

Commit d6c81d5

Browse files
committed
pre-commit: remove py from typing deps, add types-psutil
py is no longer used. psutil is used optionally so add its typing.
1 parent e7a971b commit d6c81d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ repos:
3131
additional_dependencies:
3232
- pytest>=7.0.0
3333
- execnet>=2.1.0
34-
- py>=1.10.0
34+
- types-psutil

0 commit comments

Comments
 (0)