Update pre-commit - #851
Closed
forsyth2 wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pre-commit tooling versions to match the output of
pre-commit autoupdate, aligning local QA tools with hook revisions used during
development.
Changes:
- Bumped
blackandmypyversions in the conda dev environment. - Updated
.pre-commit-config.yamlhook revisions (notablypre-commit-hooks,
black,isort,mypy).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| conda/dev.yml | Updates QA tool pins (black, mypy) used in the dev conda environment. |
| .pre-commit-config.yaml | Updates hook rev pins used by pre-commit (including isort to a beta rev). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
19
to
22
| - repo: https://github.com/PyCQA/isort | ||
| rev: 6.0.1 | ||
| rev: 9.0.0b2 | ||
| hooks: | ||
| - id: isort |
Comment on lines
+41
to
+44
| - black ==26.5.1 | ||
| - flake8 ==7.3.0 | ||
| - isort ==6.0.1 | ||
| - mypy ==1.18.2 | ||
| - mypy ==2.3.0 |
7 tasks
This was referenced Aug 13, 2026
xylar
reviewed
Aug 13, 2026
| # Can run individually with `pre-commit run isort --all-files` | ||
| - repo: https://github.com/PyCQA/isort | ||
| rev: 6.0.1 | ||
| rev: 9.0.0b2 |
Collaborator
There was a problem hiding this comment.
Suggested change
| rev: 9.0.0b2 | |
| rev: 8.0.1 |
See 8.0.1
xylar
reviewed
Aug 13, 2026
| - black ==25.1.0 | ||
| - black ==26.5.1 | ||
| - flake8 ==7.3.0 | ||
| - isort ==6.0.1 |
Collaborator
There was a problem hiding this comment.
Suggested change
| - isort ==6.0.1 | |
| - isort ==8.0.1 |
Collaborator
Author
|
Replaced by #854, closing this PR. |
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.
Summary
Objectives:
pre-commit autoupdateIssue resolution:
Select one: This pull request is...
Small Change