Skip to content

Commit

Permalink
chore: manage tool versions (#355)
Browse files Browse the repository at this point in the history
Manages tool versions with [`mise`](https://mise.jdx.dev)
to provide a more consistent development experience.
  • Loading branch information
mitchnielsen authored Jul 11, 2024
1 parent 867b8ae commit f0a41f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tools]
helm-docs = '1.13.1'
pre-commit = '3.7.1'
helm = '3.15'
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@ If you are using the subchart deployed database with persistence enabled, it is
Contributions to the Prefect Helm Charts are always welcome! We welcome your help - whether it's adding new functionality,
tweaking documentation, or anything in between. In order to successfully contribute, you'll need to fork this repository and commit changes to your local prefect-helm repo. You can then open a PR against this upstream repo that the team will review!
To get started, ensure you have the required dependencies installed:
```shell
mise install
```
Be sure to run `pre-commit install` before starting any development. [`pre-commit`](https://pre-commit.com/)
will help catch simple issues before committing.
### Documentation
Please make sure that your changes have been linted & the chart documentation has been updated. The easiest way to accomplish this is by installing [`pre-commit`](https://pre-commit.com/).
Expand Down

0 comments on commit f0a41f6

Please sign in to comment.