-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: main
Are you sure you want to change the base?
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! 😎 |
Main differences: