More poetry related updates and dependencies updated#4
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s Poetry/Nix-based developer experience by bumping runtime + dev dependencies, aligning docs with “tools installed via poetry install”, and shifting pre-commit hooks to run the Poetry-managed toolchain.
Changes:
- Updated core and dev dependency minimum versions and refreshed
poetry.lockwith a newer Poetry generator version. - Adjusted Nix/devshell to provide Python + Poetry (with
poetry-plugin-up) while installing dev tools via Poetry. - Switched pre-commit hooks to local hooks that invoke
poetry run ..., and updated documentation accordingly.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Bumps dependency constraints and expands flake8 per-file ignores for nested test/example paths. |
poetry.lock |
Regenerated lock with updated dependency resolutions and Poetry version metadata. |
flake.nix |
Adds Poetry with plugin support and ensures Python/Poetry are available in the dev shell. |
devshell.toml |
Removes devshell-provided packages; relies on Poetry for tooling via poetry run. |
README.md |
Updates setup and command examples to use poetry install and poetry run for tooling. |
CLAUDE.md |
Aligns developer guidance with Poetry-managed tooling and removes Basedpyright mention. |
.pre-commit-config.yaml |
Converts to local hooks that run format/lint/typecheck via poetry run. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.