Skip to content

Commit cee83ba

Browse files
committed
install types-pyyaml for mpypy
1 parent 7ee1c59 commit cee83ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ repos:
5959
hooks:
6060
- id: mypy
6161
language_version: python3.12
62-
files: src/.*\.py$
62+
files: heat/.*\.py$
63+
additional_dependencies:
64+
- types-PyYAML

0 commit comments

Comments
 (0)