Newer pre-commit deps, to test pre-commit CI works#1110
Merged
jamesbraza merged 3 commits intomainfrom Sep 26, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates various dependency versions in the pre-commit configuration and applies style formatting changes to improve code consistency. The changes primarily focus on dependency updates while making minor code style improvements.
- Updates multiple tool versions in pre-commit configuration including ruff, black, typos, validate-pyproject-schema-store, and uv
- Removes unnecessary parentheses around expressions in various Python files for improved readability
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .pre-commit-config.yaml | Updates versions for ruff, black, typos, validate-pyproject-schema-store, and uv tools |
| src/paperqa/types.py | Removes unnecessary parentheses around list comprehension expressions |
| src/paperqa/clients/unpaywall.py | Removes unnecessary parentheses around list expression |
| src/paperqa/clients/openalex.py | Removes unnecessary parentheses around list expression |
| src/paperqa/clients/init.py | Removes unnecessary parentheses around async function call |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
pre-commit CI workspre-commit deps, to test pre-commit CI works
588819d to
4087185
Compare
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.
Mainly I am using this PR to test
pre-commitCI still works after the merge of #1102Edit: I keep hitting j178/prek#675 across repos, but due to j178/prek#793 we are honored and will soldier onwards 🫡 🚀