Skip to content

Commit

Permalink
chore: first time setup updates: poetry in .tool-versions and dynamod…
Browse files Browse the repository at this point in the history
…b file in .gitignore (#699)

* fix: add poetry back to .tool-versions to match README instructions

* fix: add local dynamo metadata file to .gitignore

* chore: bump poetry from 1.3.1 to 1.7.0
  • Loading branch information
meagharty authored Nov 15, 2023
1 parent af1807e commit a5663e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cover
# Python artifacts (for locust)
__pycache__

# local db
# local db
shared-local-instance.db
/bin
dynamodb-local-metadata.json
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elixir 1.14.5-otp-25
erlang 25.3.2.7
python 3.9.16

poetry 1.7.0

0 comments on commit a5663e8

Please sign in to comment.