-
Notifications
You must be signed in to change notification settings - Fork 349
Autoformat code with ruff #909
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
Merged
Merged
Conversation
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
…-the-code * develop: chore: The import usage depends on the presence of pymongo Remove useless import guard for unittest.mock Remove usage of legacy syntax constructs Fix syntax errors in README.rst and add linter Add release date for 4.2.0 Fix test Add test case Fix sorting using dicts, by doing reversed({"key": -1}) we get -> ["key"], failing to unwrap the sorting direction. Add GitHub Actions publish pipeline Adapt README to hatch commands Update docker image and compose definitions Revert "Switch back to original BSD license" chore: Revert to older pylint version for now chore: Use hatch install action consistently chore: Switch to hatch 1.12 test command Switch back to original BSD license chore: Add Python 3.11/12 to tox Add Pascal Corpet as author chore: Use hatch in docker-compose
…ormat-code-with-ruff * feature/drop-support-for-python-3.8: chore: Comply to flake8 sorting rules chore: Rearrange changelog chore: Prefer f-strings of str.format Add Python version constraint chore: Add changelog for PR #828 feat: Adding support for aggregation pipelines in updates chore: Fix overlong line chore: Remove legacy Python syntax constructs chore: Comply to ugly import ordering rules chore: Fix patch location for legacy library chore: Fix patch location for legacy library fix(gridfs): Adapt code to refactored Mongo driver GridFS implementation Drop support for Python 3.8
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #909 +/- ##
===========================================
+ Coverage 95.97% 96.08% +0.11%
===========================================
Files 35 35
Lines 10060 10065 +5
===========================================
+ Hits 9655 9671 +16
+ Misses 405 394 -11 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
Use ruff to end all style wars