Skip to content

fix: incorrect uv commands in CONTRIBUTING.md and .gitignore update#627

Open
amahuli03 wants to merge 2 commits intotheskumar:mainfrom
amahuli03:fix-incorrect-uv-commands
Open

fix: incorrect uv commands in CONTRIBUTING.md and .gitignore update#627
amahuli03 wants to merge 2 commits intotheskumar:mainfrom
amahuli03:fix-incorrect-uv-commands

Conversation

@amahuli03
Copy link

While setting up the project locally, I found some incorrect information in CONTRIBUTING.md.

  • uv ruff check . -> uv run ruff check .
  • uv format . -> uv run ruff format .
  • uv run precommit install -> uv run pre-commit install

After getting these commands to work, a uv.lock file was auto-generated by uv run. Since this shouldn't be tracked, I added it to .gitignore.

uv.lock file is generated when using 'uv run' to set up project
'uv run precommit install'--change to 'uv run pre-commit install'
'uv ruff check .'--change to 'uv run ruff check .'
'uv format .'--change to 'uv run ruff format .'
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.

1 participant