Skip to content

Add pyproject.toml with prek dev dependency#496

Merged
jbampton merged 3 commits into
NextCommunity:mainfrom
jbampton:add-pyproject
May 22, 2026
Merged

Add pyproject.toml with prek dev dependency#496
jbampton merged 3 commits into
NextCommunity:mainfrom
jbampton:add-pyproject

Conversation

@jbampton
Copy link
Copy Markdown
Member

closes #363

@jbampton jbampton added this to the Turbo milestone May 22, 2026
@jbampton jbampton self-assigned this May 22, 2026
@jbampton jbampton requested a review from BaseMax as a code owner May 22, 2026 15:45
@jbampton jbampton added the dependencies Pull requests that update a dependency file label May 22, 2026
@jbampton jbampton added this to Next May 22, 2026
@jbampton jbampton moved this to In progress in Next May 22, 2026
@socket-security
Copy link
Copy Markdown

socket-security Bot commented May 22, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedpypi/​prek@​0.4.1100100100100100

View full report

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a pyproject.toml and uv.lock to manage internal development tools and documentation dependencies, specifically adding the prek package. The review identifies a license mismatch between the new configuration and existing project files and suggests lowering the Python version requirement from 3.13 to 3.10 to improve compatibility for contributors.

Comment thread pyproject.toml
Comment thread pyproject.toml
Comment thread pyproject.toml
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

Adds a root-level Python project definition and uv lockfile to manage prek as a dev dependency for repository tooling (per issue #363).

Changes:

  • Introduces pyproject.toml defining a non-publishable meta project with a dev dependency group containing prek.
  • Adds uv.lock capturing the resolved prek dependency for reproducible installs.

Reviewed changes

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

File Description
pyproject.toml Defines the meta Python project and dev dependency group (prek).
uv.lock Locks the resolved prek version and artifacts for uv.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml
Comment thread pyproject.toml Outdated
@jbampton jbampton moved this from In progress to Review in progress in Next May 22, 2026
@jbampton jbampton merged commit 485da4d into NextCommunity:main May 22, 2026
13 checks passed
@jbampton jbampton deleted the add-pyproject branch May 22, 2026 16:00
@github-project-automation github-project-automation Bot moved this from Review in progress to Done in Next May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file infra python

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add pyproject.toml and setup Python with uv

2 participants