Skip to content

Commit

Permalink
update contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 16, 2024
1 parent f30889d commit e579feb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Once you're able to manually test that your code change is working as expected,

### Initial setup

- None needed to set up your environments. hatch will create your environment as defined in the `pyproject.toml` when you run.
- [Install pre-commit](https://pre-commit.com/#usage)

- Nothing needed to set up your environments. hatch will create your environment as defined in the `pyproject.toml` when you run.

- set up pre-commit to use hatch: `hatch run setup-pre-commit`

Expand Down

0 comments on commit e579feb

Please sign in to comment.