We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adad17e commit 866215fCopy full SHA for 866215f
mypy.ini
@@ -1,5 +1,5 @@
1
[mypy]
2
exclude = (?x)(
3
- ^src/humanloop/eval_utils/*\.py$
4
- | ^src/humanloop/prompt_utils\.py$
+ ^src/humanloop/eval_utils/.*\.py$ # all files in "eval_utils" folder
+ | ^src/humanloop/prompt_utils\.py$ # single "prompt_utils.py" file
5
)
0 commit comments