Skip to content

Commit

Permalink
Add working poetry and yarn versions to .tool-versions (#125)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable-next-line first-line-heading -->
## Description

This stops `asdf` from throwing an *incredibly* obnoxious error the
first time you try to run the `poetry` binary it's literally just
installed for you:

```
 $ poetry --help
No version is set for command poetry
Consider adding one of the following versions in your config file at /Users/alex/src/repository-template/.tool-versions
poetry 1.6.1
```

## Type of changes

- [ ] Refactoring (non-breaking change)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would change existing
functionality)
- [x] Bug fix (non-breaking change which fixes an issue)
  • Loading branch information
regularfry authored Sep 13, 2023
1 parent fac3252 commit 51274a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
nodejs 18.17.1 # Always check AWS and Azure runtime support
python 3.11.4 # Always check AWS and Azure runtime support
poetry 1.6.1
yarn 1.22.19
terraform 1.5.6
pre-commit 3.3.3

Expand Down

0 comments on commit 51274a1

Please sign in to comment.