Chore/clean up - #64
Merged
Merged
Conversation
Added issue templates for feature requests and bug reports to streamline user feedback. Introduced dependabot.yml for automated dependency updates for GitHub Actions and pip packages. Enhanced contributing guide with updated instructions and directory details. Added `.ruff_cache` to `.gitignore` and updated CI workflow to support Python 3.13.
…ching Replaced direct method mocks with `_post` patching for improved accuracy in payload validation. Enhanced coverage with additional checks for edge cases and invalid inputs across various tests.
…ation, SSL verification, and Python 3.13 support Refactored functions to validate required parameters and enhance exception handling. Added verification for SSL connections with an option to disable it. Updated code for consistent use of modern Python syntax. Enhanced documentation with badge updates, API method summaries, and clarified parameter details. Added support for Python 3.13. Replaced setuptools with hatch in the `pyproject.toml`.
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.
Description
Consolidated fixed for recently identified issues and clean-up efforts.
Related Issues
Closes #53, #54, #55, #56, #57, #58, #59
Type of Change
Checklist
feat:,fix:,refactor:, etc.)python -m pytest tests/ -v)ruff check src/ tests/)Testing