Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
| ## Python Insider Blog | ||
| Blogfor Python core team,mostlyfor blogging about releases. | ||
| The official blogforthePython core team —mostlyrelease announcements. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
But we want other stuff too :)
| The official blog for the Python core team — mostly release announcements. | |
| The official blog for the Python core team. |
| # macOS | ||
| brew install prefix-dev/prek/prek | ||
| ### Authors | ||
| # Linux / Windows (standalone installer) | ||
| curl -fsSL https://prek.j178.dev/install.sh | bash | ||
| # Or via cargo / pip / other methods | ||
| cargo install prek |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
All of these are wrong!
https://prek.j178.dev/installation/
Maybe we should just point to the install page and let people choose their preferred method? I expect many will prefer pip, uv or Homebrew.
| make dev # starts dev server at http://127.0.0.1:4321 | ||
| ``` | ||
| `make install` runs `bun install` (dependencies) and `prek install` (git hooks). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| `make install` runs`bun install` (dependencies) and`prek install` (git hooks). | |
| `make install` runs`bun install` (dependencies) and`prek install` (Git hooks). |
Address some missed items that help guide users on getting set up contributing here