-
Notifications
You must be signed in to change notification settings - Fork 709
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
The following shows up in our pipelines (and repros locally with pre-commit run --all-files)
pyrit/prompt_target/azure_blob_storage_target.py:77: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
pyrit/prompt_converter/translation_converter.py:114: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
doc/code/orchestrators/xpia_helpers.py:180: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
Steps/Code to Reproduce
pre-commit run --all-files
Expected Results
no warnings or errors
Actual Results
see above
Note that we should try to fix the issue (i.e., make it a typed function) rather than ignoring the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed