Skip to content

Add sync-with-uv and use more conventional pre-commit config#978

Merged
nathanjmcdougall merged 1 commit intomainfrom
976-start-using-sync-with-uv-for-dev-and-move-to-standard-ruff-pre-commit-config
Oct 10, 2025
Merged

Add sync-with-uv and use more conventional pre-commit config#978
nathanjmcdougall merged 1 commit intomainfrom
976-start-using-sync-with-uv-for-dev-and-move-to-standard-ruff-pre-commit-config

Conversation

@nathanjmcdougall
Copy link
Copy Markdown
Collaborator

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Oct 10, 2025

CodSpeed Performance Report

Merging #978 will not alter performance

Comparing 976-start-using-sync-with-uv-for-dev-and-move-to-standard-ruff-pre-commit-config (835b64a) with main (732870f)

Summary

✅ 2 untouched

@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review October 10, 2025 18:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modernizes the pre-commit configuration by replacing local hook implementations with official pre-commit repositories and adds a dependency synchronization tool. The changes simplify the configuration while maintaining the same functionality.

  • Adds sync-with-uv dependency and pre-commit hook for dependency synchronization
  • Replaces local uv hooks with official uv-pre-commit repository hooks
  • Replaces local ruff hooks with official ruff-pre-commit repository hooks

Reviewed Changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Adds uv>=0.9.1 to dev dependencies
docs/requirements.txt Updates comment to reflect simplified uv export command
.pre-commit-config.yaml Replaces local hooks with official repository hooks and adds sync-with-uv

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@nathanjmcdougall nathanjmcdougall merged commit 65180dc into main Oct 10, 2025
18 checks passed
@nathanjmcdougall nathanjmcdougall deleted the 976-start-using-sync-with-uv-for-dev-and-move-to-standard-ruff-pre-commit-config branch October 10, 2025 18:33
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.

Start using sync-with-uv for dev and move to standard Ruff pre-commit config

2 participants