Skip to content

Commit 866215f

Browse files
author
Andrei Bratu
committed
mypy ini change
1 parent adad17e commit 866215f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
22
exclude = (?x)(
3-
^src/humanloop/eval_utils/*\.py$
4-
| ^src/humanloop/prompt_utils\.py$
3+
^src/humanloop/eval_utils/.*\.py$ # all files in "eval_utils" folder
4+
| ^src/humanloop/prompt_utils\.py$ # single "prompt_utils.py" file
55
)

0 commit comments

Comments
 (0)