docs: add guide for using pixi with lefthook, pre-commit, and prek (#…#5891
Open
Yacine-DH wants to merge 10 commits intoprefix-dev:mainfrom
Open
docs: add guide for using pixi with lefthook, pre-commit, and prek (#…#5891Yacine-DH wants to merge 10 commits intoprefix-dev:mainfrom
Yacine-DH wants to merge 10 commits intoprefix-dev:mainfrom
Conversation
Contributor
|
I like the addition, did you test the configurations you promote with the tools? |
Author
|
Yes, I just verified again the configurations locally to be absolutely sure. |
pavelzw
requested changes
Apr 14, 2026
Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
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.
Description
This PR adds a new documentation guide explaining how to integrate
pixiwith popular git hook managers, specificallylefthook,pre-commit, andprek.Motivation and Context:
Currently, many developers use tools like
pre-commitwhich, by default, download duplicate toolchains and create isolated virtual environments for every hook. This guide shows users how to configure these tools to uselanguage: systemandrepo: local(or their equivalents) to route commands directly throughpixi run. This ensures the development team uses the exact same tool versions defined inpixi.tomlwithout the overhead of downloading duplicate virtual environments.Fixes #5883
How Has This Been Tested?
yaml,toml,shell).mkdocs serveto ensure the new page renders correctly in the navigation sidebar.AI Disclosure
Tools: Google Gemini