-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge pull request #883 from ScrapeGraphAI/main #884
Conversation
Alignment
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
I added some Unit Tests (average coverage improvement: +33.04%). Check it out here to merge it! |
No files changed in the PR |
I also run pre commit on the whole dir for |
I added some Unit Tests (average coverage improvement: +50.00%). Check it out here to merge it! |
I added some Unit Tests (average coverage improvement: +50.00%). Check it out here to merge it! |
I see what you mean @VinciGit00 , however if your parameters are in the dictionary of parameters, there are going to be filled with the def display_info(name, age):
print(f"Name: {name}, Age: {age}")
person_info = {
'name': 'Alice',
'age': 30
}
display_info(**person_info) |
@silgon take a look now |
I added some Unit Tests (average coverage improvement: +50.00%). Check it out here to merge it! |
Nice! 😎 |
Job has been stopped |
No tests were needed for this PR, I think. If you were expecting tests, check out the documentation here to fix the issue |
No tests were needed for this PR, I think. If you were expecting tests, check out the documentation here to fix the issue |
@PeriniM I removed google search paragraph because it was not working anymore, probably due to new google policies |
No tests were needed for this PR, I think. If you were expecting tests, check out the documentation here to fix the issue |
🎉 This PR is included in version 1.36.1-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No tests were needed for this PR, I think. If you were expecting tests, check out the documentation here to fix the issue |
🎉 This PR is included in version 1.37.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Main differences: