-
Notifications
You must be signed in to change notification settings - Fork 99
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
Issue 49 remove exists forall #233
Issue 49 remove exists forall #233
Conversation
Related to mrpowers-io#173 Add maintainers to `pyproject.toml` file * Add a `maintainers` section below the `authors` section. * Include the names and contact information of the maintainers (first version only). * Use the format `name <email>` for each maintainer. * Add a comment above the `maintainers` section to indicate its purpose.
Deprecate and remove `exists` and `forall` functions from the codebase. * Remove `exists` and `forall` functions from `quinn/functions.py`. * Remove import statements for `exists` and `forall` from `quinn/__init__.py`. * Remove tests related to `exists` and `forall` functions from `tests/test_functions.py`.
* Describe how to add ruff in IDEs like VSCode & PyCharm Following changes have been made in the file(s): * **CONTRIBUTING.md** - Remove mention of Black - Add instructions on how to add ruff to VSCode - Add instructions on how to add ruff to PyCharm
@SemyonSinchenko - I have created this PR pointing to the |
Add maintainers to pyproject.toml & update CONTRIBUTING.md with ruff setup for IDEs (mrpowers-io#173 and mrpowers-io#163)
@SemyonSinchenko - this PR is related to the issue #49 and closes it, but also partially of the issue #199. Would be great if you could review this too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the contribution!
Proposed changes
This PR will help close the #49 following changes were made to remove/deprecate the functions
exists
andforall
functions from the codebase.exists
andforall
functions fromquinn/functions.py
.exists
andforall
fromquinn/__init__.py
.exists
andforall
functions fromtests/test_functions.py
.Types of changes
Further comments