Merging main and the backup branch#47
Merged
Merged
Conversation
Merge pull request #33 from mrayanasim09/main
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
The method doesn't use its bound instance. Decorate this method with `@staticmethod` decorator, so that Python does not have to instantiate a bound method for every instance of this class thereby saving memory and computation. Read more about staticmethods [here](https://docs.python.org/3/library/functions.html#staticmethod).
change methods not using its bound instance to staticmethods
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Bumps [pywin32](https://github.com/mhammond/pywin32) from 227 to 301. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bump pywin32 from 227 to 301
Add .circleci/config.yml
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Circleci project setup
Signed-off-by: MRayan Asim <141939436+drik493@users.noreply.github.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Format Python code with psf/black push
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Signed-off-by: MRayan Asim <mrayanasim09@gmail.com>
Format Python code with psf/black push
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
|
Kudos, SonarCloud Quality Gate passed!
|
mrayanasim09
added a commit
that referenced
this pull request
Aug 11, 2023
Merge pull request #47 from mrayanasim09/main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Pull Request Description
Related Issue
Fixes #Issue_Number
Proposed Changes
Additional Information
Checklist
Reviewers
@mrayanasim09
Readme Update
Please note that the README.md file has been updated with the following content:
[Content of your README.md file]
Documentation
To view full documentation, please check the following link:
Documentation Link
This change is