Skip to content
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

[pre-commit.ci] pre-commit autoupdate #233

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

@watermelon-copilot-for-code-review

@what-the-diff
Copy link

what-the-diff bot commented Jul 10, 2023

PR Summary

  • Update of Code Formatting Tools
    Several tools that help us ensure our code is clean, optimized, and up-to-date with the latest Python best practices have been updated to their latest versions.

    Specifically:

    1. Flynt Update: Flynt automatically converts old-style string formats to f-strings in Python. This tool has been updated to version 1.0.0 so we can benefit from its latest features and fixes.

    2. Absolufy-imports Update: This tool helps with ensuring all Python imports are absolute, which can help avoid confusion about where imported functions or classes are coming from. The update to version 1.0.0 brings us up to date with the tool's newest functionalities.

    3. Unimport Update: Unimport detects unused Python libraries, helping us remove unnecessary imports. The update to version 1.0.0 allows us to leverage the tool's most recent capabilities.

    4. Pyupgrade Update: Pyupgrade automatically updates syntax for newer versions of Python, helping us keep our Python code modern and efficient. The pyupgrade hook was updated to version 3.9.0, ensuring the use of the latest available features.

@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1f07e6b) 93.02% compared to head (0428cee) 93.02%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #233   +/-   ##
========================================
  Coverage    93.02%   93.02%           
========================================
  Files           26       26           
  Lines         4432     4432           
========================================
  Hits          4123     4123           
  Misses         309      309           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ghost
Copy link

ghost commented Jul 10, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

updates:
- https://github.com/ikamensh/flynt/: 0.78 → 1.0.0
- [github.com/hakancelikdev/unimport: 0.16.0 → 1.0.0](hakancelikdev/unimport@0.16.0...1.0.0)
- [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from e61f3a7 to 0428cee Compare July 17, 2023 17:06
@watermelon-copilot-for-code-review

@cleder cleder merged commit b904bfc into develop Jul 17, 2023
42 of 47 checks passed
@cleder cleder deleted the pre-commit-ci-update-config branch July 17, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant